Search found 38 matches

by villemt
Sat Mar 08, 2025 3:04 pm
Forum: 64bit - MenuetOS
Topic: Auto-config
Replies: 1
Views: 90

Re: Auto-config

You can see the selected drivers at menu/system/drivers application. Also, the auto-configuration doesnt change the resolution, which can be selected at boot-time at setup/configuration before selecting auto-conf.
by villemt
Sat Dec 07, 2024 12:14 pm
Forum: 64bit - Projects
Topic: Webcall between two Menuet computers.
Replies: 1
Views: 408

Webcall between two Menuet computers.

1.55.30
by villemt
Fri Oct 25, 2024 10:47 pm
Forum: 64bit - Projects
Topic: X-window server and applications
Replies: 1
Views: 3947

Re: X-window server and applications

Same binaries (elf/x11/noLibs) running unmodified in Menuet, Mint, Debian and Ubuntu.
by villemt
Fri Oct 25, 2024 10:37 pm
Forum: 64bit - Projects
Topic: X-window server and applications
Replies: 1
Views: 3947

X-window server and applications

Firefox and xcalc running in Ubuntu and sending the screen to Menuet X-server.
by villemt
Tue Oct 22, 2024 12:46 pm
Forum: 64bit - Hardware
Topic: 64 Bit iso image won‘t boot
Replies: 2
Views: 5734

Re: 64 Bit iso image won‘t boot

You could try different bootup configurations, but I'll add more displayed info during the bootup..
by villemt
Tue May 21, 2024 1:40 pm
Forum: 64bit - MenuetOS
Topic: MenuetOS for ARM, RISC-V, MIPS, etc
Replies: 1
Views: 26605

Re: MenuetOS for ARM, RISC-V, MIPS, etc

There has been some preliminary plans for porting Menuet to for example Raspberry Pi.
by villemt
Thu Oct 26, 2023 12:45 pm
Forum: 64bit - MenuetOS
Topic: EPSP simulator
Replies: 0
Views: 68857

EPSP simulator

Modern artificial neural networks are often derivants of the McCulloch-Pitts model and don't have much common with actual biological neural cells functionality. For example neural models send high-precision values from one cell to another, while actual biological cells send only individual impulses ...
by villemt
Sun Sep 17, 2023 11:15 pm
Forum: 64bit - MenuetOS
Topic: 8ball game
Replies: 1
Views: 33934

Re: 8ball game

The Help-menu isn't connected to any events at the application side. Its just a residual from the example application.
by villemt
Mon Aug 07, 2023 12:58 pm
Forum: 64bit - Projects
Topic: [SUGGESTION] More multithreading, more fun ?
Replies: 1
Views: 66126

Re: [SUGGESTION] More multithreading, more fun ?

Application is in charge of its own threads and can start threads in any CPU that it wants. System calls 51 and 140 control the thread creation.