Miscellaneous Code
From OSDev Wiki
Here comes reference code you suggested on the forum (32 bits stuff only on this page) That's for all those little things that everyone wonders how it works once in his life ;) The idea is that one could get the code and convert it into his own OS with little additional effort (for the sake of testing, educating or whatever other purpose the license allows)
Contents |
Storage devices
Floppy code
- http://www.italios.it/oslib/fdc.zip suggested by gaf. Gpl C code, for DJGPP afaik.
- many snippets and documentations for both floppy and ATA drives suggested by bubach
