From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0d1158f6fb2686277666a2e03182388e@quanstro.net> From: erik quanstrom Date: Sun, 10 Feb 2008 13:01:09 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] Hello Assembly In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 4ecc342a-ead3-11e9-9d60-3106f5b1d025 > There's an OS (complete with a Window Manager, IDE, Web Browser, and > even some games) written entirely in assembly: http://www.menuetos.net/ > > Everyone has 24 hours in a day, but some use it more than others ;) > i can see from their documentation, that i have been using my time quite a bit more effectively: "Menuet has no roots within UNIX or the POSIX standards, nor is it based on any particular 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. here's their write system call: rbx - 1 Write rcx - Ignored rdx - Bytes to save rex - Pointer to data rfx - Filename pointer !? - erik