



http://www.brokenthorn.com/Resources/OSDevIndex.html
http://wiki.osdev.org/Main_Page
~ Benjamin
















http://bochs.sourceforge.net/
~ Benjamin
An ellipsis means that the question is awaiting an answer.
Moderator:Moderators
In 1981 Microsoft bought the rights and source code to qdos and has been adding functionality to it ever since. There are points in development when enough has been added that the ver number gets bumped up a bit or there has been enough of a rewrite that the ver number gets a major bump up. It's never done, there are just points in development that new key functions work or new groups of hardware are supported.Benjamin wrote:How long does it take to make an OS?
...
The simple easy way is with an emulator. There is an extremely small chance that something might happen to your computer and a reasonably good chance that at some point the emulator isn't going to do the same thing real hardware does. At some point you need to test on real hardware. It's best to have a test system that doesn't have any thing on it and booting from a floppy is probably the easiest place to start.Benjamin wrote:What should I know before approaching OS development?
...
What is a bootloader?
...
What is a kernel?
...
What is a filesystem?
...
What is the most simple, easy and harmless way to test-run an OS?
...
Benjamin wrote:How do I make a GUI?
...
What are good places to learn about OS development?
...
An ellipsis means that the question is awaiting an answer.