Search found 38 matches
- Sat Mar 08, 2025 3:04 pm
- Forum: 64bit - MenuetOS
- Topic: Auto-config
- Replies: 1
- Views: 89
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.
- Fri Dec 13, 2024 2:59 pm
- Forum: 64bit - Projects
- Topic: Webcall between two Menuet computers.
- Replies: 1
- Views: 407
- Sat Dec 07, 2024 12:14 pm
- Forum: 64bit - Projects
- Topic: Webcall between two Menuet computers.
- Replies: 1
- Views: 407
- 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.
- 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.
- Tue Oct 22, 2024 12:46 pm
- Forum: 64bit - Hardware
- Topic: 64 Bit iso image won‘t boot
- Replies: 2
- Views: 5732
Re: 64 Bit iso image won‘t boot
You could try different bootup configurations, but I'll add more displayed info during the bootup..
- Tue May 21, 2024 1:40 pm
- Forum: 64bit - MenuetOS
- Topic: MenuetOS for ARM, RISC-V, MIPS, etc
- Replies: 1
- Views: 26603
Re: MenuetOS for ARM, RISC-V, MIPS, etc
There has been some preliminary plans for porting Menuet to for example Raspberry Pi.
- Thu Oct 26, 2023 12:45 pm
- Forum: 64bit - MenuetOS
- Topic: EPSP simulator
- Replies: 0
- Views: 68856
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 ...
- Sun Sep 17, 2023 11:15 pm
- Forum: 64bit - MenuetOS
- Topic: 8ball game
- Replies: 1
- Views: 33933
Re: 8ball game
The Help-menu isn't connected to any events at the application side. Its just a residual from the example application.
- Mon Aug 07, 2023 12:58 pm
- Forum: 64bit - Projects
- Topic: [SUGGESTION] More multithreading, more fun ?
- Replies: 1
- Views: 66125
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.