Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
# loadusb - 9loadusb as a variant of 9pccpu.
2
#	has to fit in bottom 640K, currently is about 310K.
3
dev
4
	root
5
	cons
6
	arch
7
	rtc
8
# order matters: bios must precede sd
9
	bios
10
	sd
11
 
12
	uart
13
 
14
misc
15
	bootld
16
	conf
17
	dir
18
	diskload
19
	dosboot
20
	fs
21
	inflate
22
	nomtrr
23
	parts
24
	pci
25
	rand
26
	realmode
27
	stub
28
	uarti8250
29
 
30
	sdbios		pci sdscsi
31
 
32
port
33
	int cpuserver = 1;
34
# disabling the clock makes 9loadusb run faster, but also breaks
35
# (timed) keyboard input, alas.
36
#	int noclock = 1;
37
	char hellomsg[] = "bios (usb) loader";