_SIMPLE_ OS in C++

Started by
3 comments, last by timw 18 years, 7 months ago
Is it possible to write a simple OS in C++ that prints one line of text to the screen? And if so, where can I learn to do it? Thanks in advance!
The best thing to do is just choose whatever you think you'd prefer, and go for it. -Promit
Advertisement
Take a look at the FAQ under construction towards the bottom for OS development information.
You also might want to look at this recent lounge thread.
The very first version of linux reportedly wrote the letter "A" to the screen then halted.

Now, 15 years later, it still doesn't do much more than that...
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
lol funny.

I'd look into getting into the boot sector of a floppy to load up, then I'd study up on bios functions, cus that's all you'll have when you write it. also learn how to use the mmu, I'm fairly certian the os manages the mmu, am I wrong? even so you don't need to know how to use it actually depending on what mode the processsor is set to run, so that's another thing you need to look into, setting the mode of the pentium, and there ARE PLEANTY OF EM!! lol

tim

This topic is closed to new replies.

Advertisement