|
MenuetOS is an Operating System in development for the PC
written entirely in 32/64 bit assembly language, and
released under the License.
It supports 32/64 bit x86 assembly programming for smaller,
faster and less resource hungry applications.
Menuet has no roots within UNIX or the POSIX standards,
nor is it based on any operating system.
The design goal has been to remove the extra
layers between different parts of an OS, which normally
complicate programming and create bugs.
Menuet's application structure is not specifically reserved
for asm programming since the header can be produced with
practically any other language. However, the overall
application programming design is intended for easy
32/64 bit asm programming. Menuet's responsive GUI is
easy to handle with assembly language.
News

- 03.05.2008 M64 0.84B released - USB 2.0 device detection
- 10.04.2008 M64 0.83F released - Window previews
- 25.03.2008 M64 0.82F released - Transparent Windows
- 29.12.2007 CD available for download
- 12.08.2007 M32 0.85 released
Features

- Pre-emptive multitasking with 1000hz scheduler, multithreading, ring-3 protection
- Responsive GUI with resolutions up to 1280x1024, 16 million colours
- Free-form, transparent and skinnable application windows, drag'n drop
- IDE: Editor/Macro Assembler for applications
- TCP/IP stack with Loopback & Ethernet drivers
- Email/ftp/http/chess clients and ftp/mp3/http servers
- Hard real-time data fetch
- Fits on a single floppy
|