nkeck720 / nos

A command-line based OS written in FASM syntax for i386 and above.
GNU General Public License v2.0
9 stars 5 forks source link

Start work on hard disk support #65

Open nkeck720 opened 6 years ago

nkeck720 commented 6 years ago

I added the NOSFS v2 work as well as the beginning of a program that can install NOS to a hard disk.

Signed-off-by: Nkeck720 noahkeck72@gmail.com

nkeck720 commented 6 years ago

NOTE: I've decided to use absolute addressing instead of CHS on the hard disk portion of NOS (thus using NOSFS v2). Therefore, I will be removing the ability to format the hard disk as NOSFS and reserving that for floppy disks.