Commit Graph

8 Commits

Author SHA1 Message Date
Juhani Krekelä b17a416bc6 Give nicer names to both source and binary files 2021-07-04 19:34:31 +03:00
Juhani Krekelä de098cb9f3 Finish up the remaining TODOs in bootsect.asm 2021-07-04 19:12:59 +03:00
Juhani Krekelä 8d67cdf201 Always do disk reads one sector at a time
PCem emulating IBM PC 5150 seems to have a bug where int 0x13/2 will report
it read zero sectors regardless of how many sectors it actually read.
2021-07-04 18:52:11 +03:00
Juhani Krekelä 591fe91f93 Centralize and improve boot sector disk access 2021-07-04 17:36:25 +03:00
Juhani Krekelä 96dcfa48bb Add support for 360K disk images as well 2021-06-30 22:56:15 +03:00
Juhani Krekelä 485a75d6c3 Fix copypaste failure leading to rootdirentries not being multiplied properly 2021-06-30 22:10:01 +03:00
Juhani Krekelä f4cdb29095 Whoops, missed that (lack-of) colon 2021-06-30 20:42:03 +03:00
Juhani Krekelä 19472fbbec Use 8.3 for source file names 2021-06-30 20:41:37 +03:00
Renamed from bootsector.asm (Browse further)