Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/9/pcboot/load

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


# load - 9load (not 9pxeload) as a variant of 9pccpu.
#	has to fit in bottom 640K, currently is about 378K.
dev
	root
	cons
	arch
	rtc
#	floppy
	sd

	uart

misc
	bootld
	conf
	dir
	diskload
#	dma
	dosboot
	fs
	inflate
	nomtrr
	parts
	pci
	rand
	stub
	uarti8250

	sdata		pci sdscsi
	sd53c8xx	pci sdscsi
	sdmylex		pci sdscsi
	sdiahci		pci sdscsi
#	sdflop

port
	int cpuserver = 1;
	char hellomsg[] = "disk loader";

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.