diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-02-09 05:20:53 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-02-09 05:20:53 +0000 |
commit | be01f6c839a509417a10a8d8ea512ee55d57112f (patch) | |
tree | afed360b6e49607a5de6b687ebd484aef9047928 /sys/arch/powerpc/stand/boot.mac | |
parent | e8305ca44366352d1d1a60cc36169a50a9de05ee (diff) |
Add support for loading the bootloader and kernel from an HFS filesystem,
using firmware. Mostly from NetBSD. This allows kernels to be booted directly
from an HFS hard drive.
Diffstat (limited to 'sys/arch/powerpc/stand/boot.mac')
-rw-r--r-- | sys/arch/powerpc/stand/boot.mac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/stand/boot.mac/Makefile b/sys/arch/powerpc/stand/boot.mac/Makefile index 59533e28a9b..62380cfd927 100644 --- a/sys/arch/powerpc/stand/boot.mac/Makefile +++ b/sys/arch/powerpc/stand/boot.mac/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2000/04/27 12:36:29 rahnds Exp $ +# $OpenBSD: Makefile,v 1.7 2001/02/09 05:20:51 drahn Exp $ # $NetBSD: Makefile,v 1.1 1996/09/30 16:35:05 ws Exp $ R= .. @@ -6,7 +6,7 @@ R= .. RELOC= 6c0000 ENTRY= _entry PROG= boot.mac -SRCS= Locore.c boot.c ofdev.c net.c netif_of.c alloc.c +SRCS= Locore.c boot.c ofdev.c net.c netif_of.c alloc.c hfs.c CFLAGS+= -DDEBUG -DNETIF_DEBUG CFLAGS+= -DXCOFF_GLUE NOMAN= |