[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /NetBSD/NetBSD-current/src/sys/arch/bebox/stand/
 
Contents of README:
$NetBSD: README,v 1.4 2011/02/25 10:06:24 kiyohara Exp $

contents
	boot:	     NetBSD/bebox booter.
	elf2pef:     Convert ELF image to PEF image.  Integrated to
		     powerpc's mkbootimage.  Obsolete.
	mkbootimage: Make bootable BeOS DR8 filesystem(a.k.a. obfs) image.
		     Integrated to powerpc's mkbootimage.  Obsolete.


boot:
	enable one line and comment out other lines,
	to select one console device from vga,frame buffer,serial.
		vga:		CPPFLAGS+= -DCONS_VGA
			e.g. S3 Trio64, ...

		frame buffer:	CPPFLAGS+= -DCONS_BE
			e.g. Trio64v+, Millennium I/II, Mystique 220, ...

		serial:		CPPFLAGS+= -DCONS_SERIAL ...

	if change CPPFLAGS after make, use 'make cleandir' before 'make'.

	boot can read/exec kernel on ffs(floppy/ide/scsi) or attached
	in-kernel image by powerpc's mkbootimage.


Example of making bootable floppy disk:
	% cd sys/arch/bebox/stand
	% $(TOOLDIR)/bin/nbmake-bebox

	% nbpowerpc-mkbootimage -I -m bebox -b boot/boot /tmp/fd.img

	Or 

	% nbpowerpc-mkbootimage -m bebox -b boot/boot \
	      -k ../compile/INSTALL/netbsd /tmp/fd.img

	[insert formatted floppy disk]
	% dd if=/tmp/fd.img of=/dev/rfd0a

Icon  Name                                       Last modified      Size  
[DIR] Parent Directory - [DIR] CVS/ 19-May-2024 05:01 - [DIR] boot/ 09-Feb-2024 04:01 - [DIR] boot_com0/ 25-Dec-2009 07:54 - [DIR] boot_vga/ 25-Dec-2009 07:54 - [DIR] common/ 09-Aug-2014 05:02 - [   ] Makefile 26-May-2008 18:28 133 [   ] Makefile.inc 15-Apr-2021 05:01 122 [   ] README 26-Feb-2011 05:22 1.1K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!