File: README

package info (click to toggle)
oskit 0.97.20000202-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 58,008 kB
  • ctags: 172,612
  • sloc: ansic: 832,827; asm: 7,640; sh: 3,920; yacc: 3,664; perl: 1,457; lex: 427; makefile: 337; csh: 141; awk: 78
file content (23 lines) | stat: -rw-r--r-- 901 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

Directories: oskit/boot/multiboot
Target: mbboot.o mkmbimage
Documentation: some in doc/intro.tex
Original Code Source: Flux Research Group, University of Utah
Description:
	This directory implements a MultiBoot->MultiBoot boot-adaptor.
	It allows the user to create another MultiBoot-compliant
	kernel from a MultiBoot-compliant kernel plus any arbitrary
	boot-modules.
	If no boot-modules are specified, then this directory basically
	implements the identity function.

	mkmbimage is a script for linking a MultiBoot kernel image and
	arbitrary boot-modules with mbboot.o to create an image
	loadable by a MultiBoot-compliant boot loader,
	such as GRUB or netboot.

	mbboot.o creates a multiboot_info struct from the information
	in its own multiboot_info struct,
	as well as information about any boot-modules the mkmbimage
	script may have added.
	It then passes this to the kernel it will boot.