mirror of https://github.com/dzavalishin/oskit/
f85eb2576f | ||
---|---|---|
.. | ||
GNUmakefile.in | ||
GNUmakerules | ||
NEWS | ||
README | ||
base_multiboot_main.c | ||
boot.h | ||
debug.h | ||
do_boot.S | ||
driver.c | ||
driver.h | ||
drivers_desc.in | ||
fileops.c | ||
fileops.h | ||
gdt.c | ||
gdt.h | ||
getkernel_net.c | ||
grubnetboot.lst | ||
loadkernel.c | ||
log.c | ||
main.c | ||
mem_lock.c | ||
misc.c | ||
misc.h | ||
nfsops.c | ||
reboot.S | ||
reboot.h | ||
rpc.c | ||
rpc.h | ||
socket.c | ||
socket.h | ||
special-init.in | ||
tftpops.c | ||
timer.c | ||
timer.h |
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.