Enhance included bios tables.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 2 Mar 2008 16:24:36 +0000 (11:24 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 2 Mar 2008 16:24:36 +0000 (11:24 -0500)
commit44c631dfd23de0ee83a8a98a95815b452727ba95
tree168d5b156e29100227486131e5c24d94305d5705
parent8ce2cd846ed2c64258600f6a6664fa1cd5dfef11
Enhance included bios tables.

Moved floppy parameter table to its 0xefc7 location.
Define floppy base table as a struct.
Cleaned up definitions in romlayout.S
Fixed bug in handle_15c0 - wasn't clearing cf.
Clean up some post.c usages of bios tables.
13 files changed:
Makefile
TODO
src/biosvar.h
src/boot.c
src/cbt.c
src/config.h
src/disk.h
src/floppy.c
src/floppy_dbt.c [new file with mode: 0644]
src/post.c
src/romlayout.S
src/system.c
src/util.h