Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

MenuetOS, an operating system written entirely in assembly, hits 1.0
Computerworld ^ | 15 May, 2015 16:00 | Rohan Pearce

Posted on 05/15/2015 8:52:52 PM PDT by Utilizer

Menuet's kernel includes pre-emptive multitasking support and the super-compact operating system includes an impressive GUI

MenuetOS, a GUI-toting, x86-based operating system written entirely in assembly language, has hit version 1.0.

The milestone comes after almost a decade and a half of development for the operating system, which despite having an impressive graphical user interface is still compact enough to fit on a floppy disk (assuming you can find one).

The 32-bit version of the system is released as open source until the GPL, while the 64-bit version is free for personal and educational use (commercial use requires negotiating with the MenuetOS team).

(Excerpt) Read more at computerworld.com.au ...


TOPICS: Computers/Internet
KEYWORDS: assembly; programming; x86
Navigation: use the links below to view more comments.
first 1-2021-4041-48 next last
An entirely new OS! And it plays DOOM. :)
1 posted on 05/15/2015 8:52:52 PM PDT by Utilizer
[ Post Reply | Private Reply | View Replies]

To: Utilizer

.


2 posted on 05/15/2015 8:54:38 PM PDT by doc1019 (Blue lives matter)
[ Post Reply | Private Reply | To 1 | View Replies]

To: Utilizer
Anyone who knows anything about assembly knows that any operating system which takes several hundred megabytes to load is a kludge.

I've long been astonished that no one has done this before.

Does it implement any of the Microsoft function calls, or does it have replacements for them?

3 posted on 05/15/2015 9:01:31 PM PDT by DiogenesLamp
[ Post Reply | Private Reply | To 1 | View Replies]

To: DiogenesLamp

Since it is a different OS, I would guess “no”. I also see no reference to needed .dll files in the article, although it does mention that it doesn’t require a special graphics card API to function properly.


4 posted on 05/15/2015 9:05:28 PM PDT by Utilizer (Bacon A'kbar! - In world today are only peaceful people, and the muzlims trying to kill them)
[ Post Reply | Private Reply | To 3 | View Replies]

To: DiogenesLamp

It’s a neat project, but impractical and kind of dumb for modern hardware.


5 posted on 05/15/2015 9:07:17 PM PDT by dinodino
[ Post Reply | Private Reply | To 3 | View Replies]

To: Utilizer

I actually wrote two operating systems in assembler: one was for a Nova 1200 for final project in operating systems, and the other was a graphical operating system for a CDC 1700 with attached CDC 774 graphics terminal written for my masters thesis.

In both cases the only tool was a cross-assembler, both of which ran on a CDC 6400. The output for the Nova 1200 was punched to paper tape which was then read in from a paper tape reader on the Nova 1200 by hand togging in it’s driver each time. For the CDC 1700/774, there was a computer-to-computer hardware link between the 6400 and the CDC 1700 and the link’s driver had to be hand togged in each time. There were errors and omissions in the link’s documentation and I had to get the onsite CDC engineers to look at its circuit diagram to figure out how to make the damn thing work.

The Nova 1200 OS was written in one college quarter, and the CDC 1700 was written in a few months. That was back in the day when programmers were real men.


6 posted on 05/15/2015 9:16:20 PM PDT by catnipman (Cat Nipman: Vote Republican in 2012 and only be called racist one more time!)
[ Post Reply | Private Reply | To 1 | View Replies]

To: Utilizer

Raspberry Pi?


7 posted on 05/15/2015 9:17:28 PM PDT by Scrambler Bob (an icon of resistance within the oppressed patriots, who represent resilience in the face of SSV)
[ Post Reply | Private Reply | To 1 | View Replies]

To: DiogenesLamp

Where do you get “several hundred megabytes”? The article says that it can load from a floppy disk. The largest of those IIRC was the 1.44 meg 3.5” floppy.


8 posted on 05/15/2015 9:18:55 PM PDT by Bob (No, being a US Senator and the Secretary of State are not accomplishments; they're jobs.)
[ Post Reply | Private Reply | To 3 | View Replies]

To: catnipman

Hey, I STILL use Assembly Language for programming. Love it. Now I am trying to convert some of the old programs I wrote in Basic back in the TI-99/4A days to run under linux using Visual C++ and it’s a chore.

The fact that these people wrote a light and fast OS in assembler that can actually work stably with all the hardware out there today, using a GUI no less, and will run Quake and Doom as well is truly impressive.


9 posted on 05/15/2015 9:24:51 PM PDT by Utilizer (Bacon A'kbar! - In world today are only peaceful people, and the muzlims trying to kill them)
[ Post Reply | Private Reply | To 6 | View Replies]

To: Scrambler Bob

Wrong CPU.


10 posted on 05/15/2015 9:25:52 PM PDT by Utilizer (Bacon A'kbar! - In world today are only peaceful people, and the muzlims trying to kill them)
[ Post Reply | Private Reply | To 7 | View Replies]

To: Utilizer
Since it is a different OS, I would guess “no”. I also see no reference to needed .dll files in the article, although it does mention that it doesn’t require a special graphics card API to function properly.

Now I wonder how they do that? I suppose all the modern graphics cards will support SVGA, but how do they interface to additional functionality?

I assume they provide the source code. This could be a great thing for building custom applications with minimal software overhead. I very much like that. I have long lamented the degree of crap you have to load just to get even simple functionality out of a Windows based machine.

I can see a whole lot of possibilities for an assembly code based operating system, and I bet it runs like lightning.

11 posted on 05/15/2015 9:31:14 PM PDT by DiogenesLamp
[ Post Reply | Private Reply | To 4 | View Replies]

To: catnipman

Yeah, when we ran out of zeros, we used capital O’s. :=)


12 posted on 05/15/2015 9:33:32 PM PDT by Bob (No, being a US Senator and the Secretary of State are not accomplishments; they're jobs.)
[ Post Reply | Private Reply | To 6 | View Replies]

To: dinodino
It’s a neat project, but impractical and kind of dumb for modern hardware.

If you mean it won't implement a lot of functionality which is deviant from the norm, that's probably true, but I expect if it gets popular enough, drivers, patches, dlls, etc will become available.

It also depends on what you want to do with the hardware. I can think of dozens of control applications (SCADA) which don't need today's supermachines, and a simplified assembly based operating system would be great.

13 posted on 05/15/2015 9:33:49 PM PDT by DiogenesLamp
[ Post Reply | Private Reply | To 5 | View Replies]

To: Bob
Where do you get “several hundred megabytes”? The article says that it can load from a floppy disk. The largest of those IIRC was the 1.44 meg 3.5” floppy.

Perhaps I wasn't being clear in context. I was referring to the various iterations of the Microsoft Windows operating system. My recollection is that it is several hundreds of megabytes. I don't even know how big is the latest version of it. I quit upgrading after XP.

14 posted on 05/15/2015 9:36:42 PM PDT by DiogenesLamp
[ Post Reply | Private Reply | To 8 | View Replies]

To: Utilizer
The fact that these people wrote a light and fast OS in assembler that can actually work stably with all the hardware out there today, using a GUI no less, and will run Quake and Doom as well is truly impressive.

Now I would expect Quake and Doom would have to be recompiled with the new operating system in mind. Surely it won't run the straight Windows version? If it does, then perhaps they did retain Microsoft Windows function calls.

15 posted on 05/15/2015 9:38:52 PM PDT by DiogenesLamp
[ Post Reply | Private Reply | To 9 | View Replies]

To: DiogenesLamp

IIRC, Quake and Doom are DOS-based games.


16 posted on 05/15/2015 9:49:57 PM PDT by Utilizer (Bacon A'kbar! - In world today are only peaceful people, and the muzlims trying to kill them)
[ Post Reply | Private Reply | To 15 | View Replies]

To: Utilizer

That was interesting.

Found something similar when I was checking it out.

www.kolibrios.org


17 posted on 05/15/2015 9:51:03 PM PDT by conserv8
[ Post Reply | Private Reply | To 1 | View Replies]

To: conserv8

It’s a fork, so I’m not surprised. :)


18 posted on 05/15/2015 9:53:22 PM PDT by Utilizer (Bacon A'kbar! - In world today are only peaceful people, and the muzlims trying to kill them)
[ Post Reply | Private Reply | To 17 | View Replies]

To: Utilizer
IIRC, Quake and Doom are DOS-based games.

Haven't kept up. Didn't play Quake Much. Didn't like it. I thought Doom was keeping up with the newer machines. Haven't played Doom in nearly a decade. I like Duke Nukem 3D, which is also a DOS based game if I remember correctly.

Even so, it implies it has all the DOS function calls, and a person can do a lot with that. I guess it's too much to ask that my DirectX/DirectPlay stuff will work.

19 posted on 05/15/2015 9:54:19 PM PDT by DiogenesLamp
[ Post Reply | Private Reply | To 16 | View Replies]

To: Utilizer

An X86 motherboard already has a very low-level OS written in assembler...it’s called the BIOS.

It is not that difficult to build up a usable OS utilizing the BIOS assembly routines already available. A great deal of the grunt work has already been done for you and you don’t have to start from scratch.

People who don’t know how to code think of assembler as some extremely difficult thing to do...it’s not. Assembler is actually the simplest way to code although it is very tedious and exacting.

When you code in assembler you are making very small moves with each line of code and you know exactly what each line will do.

When you code in a high-level language like C or Java the only way to know exactly what each line of code does is to look at the assembly output of the compiler. Writing code in a high-level language is like making a list of all the things you need to do during the day...

Go to the store and buy milk
Get the car washed
Take the baby to the doctor

Coding in assembler breaks it down to much more basic steps. The list of steps below are just to begin doing the “Go to the store and buy milk” line from the list above.

Get out of bed
Put on your clothes
Use the toilet
Get the car keys
Walk to car
Get in the car


20 posted on 05/15/2015 10:12:50 PM PDT by Bobalu (If we live to see 2017 we will be kissing the ground)
[ Post Reply | Private Reply | To 1 | View Replies]


Navigation: use the links below to view more comments.
first 1-2021-4041-48 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson