about summary refs log tree commit diff stats
path: root/apps/boot.bochsrc.floppy
Commit message (Collapse)AuthorAgeFilesLines
* 7369 - read hard disk using BIOSKartik Agaram2020-12-201-6/+0
| | | | | | There were two problems: a) We have only 1 sector per track (spt=1), so 'second sector' is meaningless. b) Drives 0-127 are reserved for floppies.
* 7368 - ooh, int 13h works with a floppyKartik Agaram2020-12-201-0/+6
Lots of great tips here: https://stackoverflow.com/questions/43786251/int-13h-42h-doesnt-load-anything-in-bochs/43787939#43787939