plan9fox/sys/src/boot/pc
cinap_lenrek 546f8cfeca 9boot: fix isowalk() for directories spanning multiple sectors
directory entries cannot span sector boundaries, meaning
that the end of a sector would be zero padded until the
next sector.

we have to skip over these zero paddings to fully read
the directory.
2021-09-11 12:26:35 +00:00
..
a20.s 9boot: always check if a20 is already enabled, use different keyboard code, retry on failure. 2012-01-20 20:03:38 +01:00
apm.s 9boot: add e820 scan to bootloader 2011-05-14 19:20:16 +00:00
e820.s 9boot: fix more e820 2011-11-11 09:21:53 +01:00
fat.c 9bootfat: only check for fat at block 0 on floppy drives (thanks aap) 2013-09-23 21:12:41 +02:00
fns.h 9boot: fix 9bootiso 2013-02-18 04:16:33 +01:00
iso.c 9boot: fix isowalk() for directories spanning multiple sectors 2021-09-11 12:26:35 +00:00
l.s 9boot: fix 9bootiso 2013-02-18 04:16:33 +01:00
mbr.s Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
mem.h 9boot: add APM support 2011-05-14 17:06:27 +00:00
mkfile rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update documentation 2017-09-10 22:35:23 +02:00
pbs.s pbs: allow 9bootfat start cluster beyond 0xFFFF 2013-05-06 01:15:46 +02:00
pxe.c 9boot: make print handle \n -> \r\n conversion, style 2013-02-17 21:48:51 +01:00
sub.c 9boot: get rid of 64 byte line length limit 2018-10-06 02:42:53 +02:00
uart.s 9boot: serial console support 2013-02-18 01:22:29 +01:00
x16.h pbs: allow 9bootfat start cluster beyond 0xFFFF 2013-05-06 01:15:46 +02:00