View Single Post
Old Apr 28th, 2005, 7:44 AM   #16
Mjordan2nd
The Supreme Ruler
 
Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6 Mjordan2nd is on a distinguished road
Quote:
Originally Posted by Mad_guy
Actually writing a basic OS that loads from a floppy isn't hard.


When a computer starts, it attempts to read the first 512 bytes of data from the Disk in the Floppy Drive (A:\) and if it does it loads it as the kernel.
So just code your kernel, I recommend Assembly for this actually, it's the smallest and fastest, then just write it to a disk with a raw disk writing program, pop it in, restart, BAM, your own basic Operating System lives.
Yea, I've done some pretty basic stuff like that, but I want to make something that can do more than echo what you type. I'd like to learn the theory in modern OSs so I can implement some of that and have my OS be semi-useful.
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower
Mjordan2nd is offline   Reply With Quote