Search found 31 matches

by villemt
Thu Oct 26, 2023 12:45 pm
Forum: 64bit - MenuetOS
Topic: EPSP simulator
Replies: 0
Views: 21108

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: 7373

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: 15496

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.
by villemt
Sun Jun 25, 2023 9:43 am
Forum: 32bit - MenuetOS
Topic: Menuet on a fat12 file system?
Replies: 3
Views: 20344

Re: Menuet on a fat12 file system?

The fat12 support is for floppy drive.
by villemt
Fri Jun 23, 2023 11:25 am
Forum: 32bit - MenuetOS
Topic: Menuet on a fat12 file system?
Replies: 3
Views: 20344

Re: Menuet on a fat12 file system?

You'll need a FD- or CD-drive for the install, so unfortunately, its not possible to install Menuet to a fat12-hd.
by villemt
Sun Sep 25, 2022 6:04 pm
Forum: 64bit - MenuetOS
Topic: 1.45.10
Replies: 0
Views: 19821

1.45.10

25.09.2022 1.45.10 Updates & improvements
Pulse width modulated pc-speaker (system call 49)
- /cd/1/source/app64/pcspkr.asm
Update to Necromancer's Dos Navigator
by villemt
Fri Sep 09, 2022 3:31 pm
Forum: 64bit - MenuetOS
Topic: 1.44.80
Replies: 0
Views: 17640

1.44.80

09.09.2022 1.44.80 Necromancer's Dos Navigator
06.09.2022 1.44.70 Sudoku(cd) by Marv Schwenke
by villemt
Fri Jul 22, 2022 7:32 pm
Forum: 32bit - MenuetOS
Topic: Won't b oot on 32-Bit System
Replies: 1
Views: 10621

Re: Won't b oot on 32-Bit System

Yes, there are two versions, 64bit and 32bit, both are available at the download section. However, we are now concentrating on the 64bit version, since most, if not all, current computers support 64bit.
by villemt
Mon Jul 04, 2022 1:25 pm
Forum: 64bit - MenuetOS
Topic: 1.44.00 - Bootable CD
Replies: 0
Views: 19511

1.44.00 - Bootable CD

Bootable CD includes:

- Games (Quake,Doom,..)
- 64 and 32 bit applications
- Auto-configuration at bootup/config.mnt

Al tough this CD works fine with all my computers, test this first bootable CD with caution.
by villemt
Sun May 22, 2022 4:02 pm
Forum: 64bit - MenuetOS
Topic: 1.42.50 - Audio latency, mtrr, scheduler
Replies: 0
Views: 20081

1.42.50 - Audio latency, mtrr, scheduler

Below millisecond audio latency (intelhda,audio.asm)
- 0.083 msec @ 192 khz, 24 bit (playback)
- 0.667 msec @ 48 khz, 16 bit (record)
Upto 100 khz scheduler (config.mnt, syscalls 241,203,223)
Audio syscalls for time critical process (syscall 240)
Improved MTRR graphics acceleration (config.mnt)