oskit/oskit-20020317/boot
dzavalishin f85eb2576f import 2016-02-19 15:02:31 +03:00
..
bsd import 2016-02-19 15:02:31 +03:00
dos import 2016-02-19 15:02:31 +03:00
linux import 2016-02-19 15:02:31 +03:00
multiboot import 2016-02-19 15:02:31 +03:00
net import 2016-02-19 15:02:31 +03:00
ofw import 2016-02-19 15:02:31 +03:00
ofwboot import 2016-02-19 15:02:31 +03:00
pxe import 2016-02-19 15:02:31 +03:00
README import 2016-02-19 15:02:31 +03:00
boot.h import 2016-02-19 15:02:31 +03:00
boot_start.c import 2016-02-19 15:02:31 +03:00
do_boot.S import 2016-02-19 15:02:31 +03:00
extended_mem_size.c import 2016-02-19 15:02:31 +03:00
grub-msdos-floppy.img.gz.uue import 2016-02-19 15:02:31 +03:00
mkdosfloppy import 2016-02-19 15:02:31 +03:00

README

Directories: oskit/boot/bsd, oskit/boot/dos, oskit/boot/linux,
	oskit/boot/multiboot, oskit/boot/net, oskit/boot/ofw,
	oskit/boot/ofwboot, oskit/boot/pxe
Target: See per-directory READMEs
Documentation: 
Original Code Source: See per-directory READMEs
Description: 
	Bootstrap adaptors and standalone boot programs.

	The boot adaptors provide native boot loader format binaries
	for OSKit kernels which expect to be booted from a multiboot
	environment.  See the ``Booting Kernels'' section of the
	documentation for details.  The bsd, dos, linux, multiboot,
	and ofw directories contain boot adaptors.

	The remaining directories contain standalone bootstrap
	programs that are themselves OSKit kernels.  net is the
	netboot utility described in the ``Netboot'' section of
	the documentation.  The other two directories contain small,
	simple first-stage boot loaders intended to themselves be
	booted from OpenFirmware (ofwboot) or via the PXE protocol
	(pxe).  Once booted, both use the custom UDP-based bootinfo
	protocol (see oskit/boot/bootwhat.h) to communicate with a
	server (simple example in oskit/boot/pxe/bootinfo) to determine
	what kernel to boot.  See the individual README files for
	more details.