Added 8086 PC bootable floppy support (pc86).
authordtrg <none@none>
Tue, 20 Feb 2007 00:25:12 +0000 (00:25 +0000)
committerdtrg <none@none>
Tue, 20 Feb 2007 00:25:12 +0000 (00:25 +0000)
commitdf153ba299e2f7f54160c3e27170d7078075f467
tree087e5671047024a621dee929a731c585f1782df0
parent1c7bb870414632ef6ab594f0db28ad98389982a1
Added 8086 PC bootable floppy support (pc86).
15 files changed:
plat/pc86/README [new file with mode: 0644]
plat/pc86/boot.s [new file with mode: 0644]
plat/pc86/descr [new file with mode: 0644]
plat/pc86/libsys/_brk.s [new file with mode: 0644]
plat/pc86/libsys/_mon.s [new file with mode: 0644]
plat/pc86/libsys/_sbrk.c [new file with mode: 0644]
plat/pc86/libsys/_sys_ioctl.c [new file with mode: 0644]
plat/pc86/libsys/_sys_rawread.s [new file with mode: 0644]
plat/pc86/libsys/_sys_rawwrite.s [new file with mode: 0644]
plat/pc86/libsys/_sys_read.c [new file with mode: 0644]
plat/pc86/libsys/_sys_write.c [new file with mode: 0644]
plat/pc86/libsys/errno.s [new file with mode: 0644]
plat/pc86/libsys/libsys.h [new file with mode: 0644]
plat/pc86/libsys/pmfile [new file with mode: 0644]
plat/pc86/pmfile [new file with mode: 0644]