Subject: CVS commit: src/sys/arch/mmeye/stand/bootelf
To: None <source-changes@NetBSD.org>
From: Masao Uebayashi <uebayasi@netbsd.org>
List: source-changes
Date: 04/03/2006 06:15:00
Module Name: src
Committed By: uebayasi
Date: Mon Apr 3 06:15:00 UTC 2006
Modified Files:
src/sys/arch/mmeye/stand/bootelf: Makefile boot.c
Log Message:
Fix build of this mysterious boot program; a userlevel bootloader run on
NetBSD and boot NetBSD (!).
The program was run from within boot-only, NetBSD-as-bootloader as a userlevel
program, then in-kernel boot code loads another NetBSD image and jumps to
it.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/mmeye/stand/bootelf/Makefile
cvs rdiff -r1.2 -r1.3 src/sys/arch/mmeye/stand/bootelf/boot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.