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

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

To: Utilizer

So... it doesn’t require 8 gigs of RAM and the latest hardware just to use a mouse? Amazing!


21 posted on 05/15/2015 10:13:31 PM PDT by Ethan Clive Osgoode (<<== Click here to learn about Evolution!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Utilizer

Wow, is this a blast from the past! I think this is one of the things I played with back around Win2k to make a rescue platform with - My mini98SE running on Dos7 was really having trouble with large HDDs and I was desperate to find something... anything! That time really sucked... I didn’t figure out how to hack NT down to a mini till way into XP...


22 posted on 05/15/2015 10:21:27 PM PDT by roamer_1 (Globalism is just socialism in a business suit.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Utilizer

Here’s another way to get an OS written in assembly: Use a real language and then compile it.


25 posted on 05/16/2015 12:25:03 AM PDT by Royal Wulff
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Utilizer; rdb3; Calvinist_Dark_Lord; JosephW; Only1choice____Freedom; amigatec; ...

35 posted on 05/18/2015 8:54:46 AM PDT by ShadowAce (Linux -- The Ultimate Windows Service Pack)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Utilizer

Will it ever be more than a Hobby OS?


36 posted on 05/18/2015 9:13:57 AM PDT by GeronL (NEW ARRIVALS -> 99 cents buy here: https://www.smashwords.com/books/view/541331)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Utilizer

Little endian or Big endian?


37 posted on 05/18/2015 9:17:46 AM PDT by central_va (I won't be reconstructed and I do not give a damn.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Utilizer

Sounds like something that it might be fun to play with in a VM for a while. Will have to check out how it does Doom in a VM


38 posted on 05/18/2015 9:34:18 AM PDT by zeugma (Are there more nearby spiders than the sun is big?)
[ Post Reply | Private Reply | To 1 | View Replies ]

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