diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2007-06-13 02:17:33 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2007-06-13 02:17:33 +0000 |
commit | b80ad0b3ac0ae856697de4144f0b147863887fce (patch) | |
tree | 48bf8a762e092a891f152df0817e8f140600cc9d /sys/arch/macppc/stand/libsa.h | |
parent | b6beaff152c22af1b998cf05c5a1fa0c8d9f3e0b (diff) |
Switch macppc to the interactive bootloader in stand/boot.
Much more useable on serial console systems.
Diffstat (limited to 'sys/arch/macppc/stand/libsa.h')
-rw-r--r-- | sys/arch/macppc/stand/libsa.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/arch/macppc/stand/libsa.h b/sys/arch/macppc/stand/libsa.h new file mode 100644 index 00000000000..749785978ad --- /dev/null +++ b/sys/arch/macppc/stand/libsa.h @@ -0,0 +1,21 @@ +/* $OpenBSD: libsa.h,v 1.1 2007/06/13 02:17:32 drahn Exp $ */ + +/* + * Copyright (c) 2006 Mark Kettenis + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +#include <lib/libsa/stand.h> + +#define DEFAULT_KERNEL_ADDRESS 0 |