oskit/oskit-20020317/boot/net
dzavalishin f85eb2576f import 2016-02-19 15:02:31 +03:00
..
GNUmakefile.in import 2016-02-19 15:02:31 +03:00
GNUmakerules import 2016-02-19 15:02:31 +03:00
NEWS import 2016-02-19 15:02:31 +03:00
README import 2016-02-19 15:02:31 +03:00
base_multiboot_main.c import 2016-02-19 15:02:31 +03:00
boot.h import 2016-02-19 15:02:31 +03:00
debug.h import 2016-02-19 15:02:31 +03:00
do_boot.S import 2016-02-19 15:02:31 +03:00
driver.c import 2016-02-19 15:02:31 +03:00
driver.h import 2016-02-19 15:02:31 +03:00
drivers_desc.in import 2016-02-19 15:02:31 +03:00
fileops.c import 2016-02-19 15:02:31 +03:00
fileops.h import 2016-02-19 15:02:31 +03:00
gdt.c import 2016-02-19 15:02:31 +03:00
gdt.h import 2016-02-19 15:02:31 +03:00
getkernel_net.c import 2016-02-19 15:02:31 +03:00
grubnetboot.lst import 2016-02-19 15:02:31 +03:00
loadkernel.c import 2016-02-19 15:02:31 +03:00
log.c import 2016-02-19 15:02:31 +03:00
main.c import 2016-02-19 15:02:31 +03:00
mem_lock.c import 2016-02-19 15:02:31 +03:00
misc.c import 2016-02-19 15:02:31 +03:00
misc.h import 2016-02-19 15:02:31 +03:00
nfsops.c import 2016-02-19 15:02:31 +03:00
reboot.S import 2016-02-19 15:02:31 +03:00
reboot.h import 2016-02-19 15:02:31 +03:00
rpc.c import 2016-02-19 15:02:31 +03:00
rpc.h import 2016-02-19 15:02:31 +03:00
socket.c import 2016-02-19 15:02:31 +03:00
socket.h import 2016-02-19 15:02:31 +03:00
special-init.in import 2016-02-19 15:02:31 +03:00
tftpops.c import 2016-02-19 15:02:31 +03:00
timer.c import 2016-02-19 15:02:31 +03:00
timer.h import 2016-02-19 15:02:31 +03:00

README

Directories: oskit/boot/net/
Target: netboot
Documentation: doc/netboot.tex
Original Code Source: 
	Flux Research Group, University of Utah
	Also contains code from the FreeBSD v2.1.7.1
	netboot eprom code written by Martin Renters
	(sys/i386/boot/netboot.)
Description:  
	Netboot is a kernel that when booted prompts 
	for the ftp-style URL of a kernel to boot over
	itself.  It gets the new kernel via NFS.

	Also, make sure to include only the drivers you need in
	oskit/dev/linux_ethernet.h.