d957274e54
Rework the read/write support in the bios disk driver some to cut down on duplicated code. - All of the bounce buffer and retry logic duplicated in bd_read() and bd_write() are merged into a single bd_io() routine that takes an extra direction argument. bd_read() and bd_write() are now simple wrappers around bd_io(). |
||
---|---|---|
.. | ||
boot0 | ||
boot0.5 | ||
boot2 | ||
btx | ||
cdboot | ||
kgzldr | ||
libpc98 | ||
loader | ||
Makefile | ||
Makefile.inc |