Subversion Repositories planix.SVN

Rev

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

Rev Author Line No. Line
2 - 1
# load - 9load (not 9pxeload) as a variant of 9pccpu.
2
#	has to fit in bottom 640K, currently is about 378K.
3
dev
4
	root
5
	cons
6
	arch
7
	rtc
8
#	floppy
9
	sd
10
 
11
	uart
12
 
13
misc
14
	bootld
15
	conf
16
	dir
17
	diskload
18
#	dma
19
	dosboot
20
	fs
21
	inflate
22
	nomtrr
23
	parts
24
	pci
25
	rand
26
	stub
27
	uarti8250
28
 
29
	sdata		pci sdscsi
30
	sd53c8xx	pci sdscsi
31
	sdmylex		pci sdscsi
32
	sdiahci		pci sdscsi
33
#	sdflop
34
 
35
port
36
	int cpuserver = 1;
37
	char hellomsg[] = "disk loader";