CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/03/19 11:38:31
Modified files: sys/arch/sgi/stand: Makefile sys/arch/sgi/stand/boot: Makefile arcbios.c boot.c conf.c diskio.c filesystem.c Added files: sys/arch/sgi/stand/boot: netfs.c netfs.h netio.c sys/arch/sgi/stand/bootecoff: Makefile ld.script Log message: Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartition is bootp() instead of a disk). Kind of ugly because of the usual `can't seek' problem causing kernels with symbols to be read from the network twice. While there, add a 32 bit ECOFF boot block, not hooked to the build yet, to be used shortly.