No description
Find a file
Ben Gras a131085a5b cd boot workaround for bioses that didn't want to boot >4 image sectors.
boot is a normal binary with a.out again. use 'cdbootblock,' a CDBOOT
variant of bootblock, both from bootblock.s, as the first boot image
that then loads boot, exactly like the bootblock loads boot when booting
from harddisk. the sector numbers (2048 byte iso sectors) are patched in
by writeisofs, like installboot does for bootblock. bootblock unchanged.
2010-04-26 22:07:21 +00:00
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot cd boot workaround for bioses that didn't want to boot >4 image sectors. 2010-04-26 22:07:21 +00:00
commands cd boot workaround for bioses that didn't want to boot >4 image sectors. 2010-04-26 22:07:21 +00:00
docs Fix date in UPDATING 2010-04-12 17:56:07 +00:00
drivers Fixed printf warning in the filter driver 2010-04-26 14:44:20 +00:00
etc Driver mapping refactory. 2010-04-09 21:56:44 +00:00
include Remove U16_t and most other similar types. Rewrite functions to ansi-style 2010-04-21 11:05:22 +00:00
kernel remove intr_disabled() as interrupts are always disabled in the kernel now. 2010-04-26 15:32:42 +00:00
lib Remove a redundant getdomainname() implementation. 2010-04-26 12:43:43 +00:00
man Add scancode reading capability to TTY 2010-04-15 06:55:42 +00:00
servers vfs: start at vmnt[0] to sync mounted filesystems, not vmnt[1]. 2010-04-26 17:12:34 +00:00
test Add scancode reading capability to TTY 2010-04-15 07:08:04 +00:00
tools cd boot workaround for bioses that didn't want to boot >4 image sectors. 2010-04-26 22:07:21 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00