Move the kernel forward in memory, starting it 512K in from the
bottom of RAM. The bootloader is now loaded 2K in from the bottom of RAM, so we need to make space for it.
This commit is contained in:
parent
aabfa72384
commit
b2fe046c8c
|
@ -1,5 +1,5 @@
|
|||
# $NetBSD: GENERIC_INDY,v 1.2 2001/11/20 12:56:38 lukem Exp $
|
||||
# $NetBSD: GENERIC_INDY,v 1.3 2001/11/22 00:59:23 thorpej Exp $
|
||||
|
||||
include "arch/sgimips/conf/GENERIC"
|
||||
|
||||
makeoptions TEXTADDR="0x88002000"
|
||||
makeoptions TEXTADDR="0x88080000"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: INDY,v 1.8 2001/11/20 12:56:38 lukem Exp $
|
||||
# $NetBSD: INDY,v 1.9 2001/11/22 00:59:23 thorpej Exp $
|
||||
|
||||
include "arch/sgimips/conf/std.sgimips"
|
||||
|
||||
# XXX _LOW _HOW og/eller TEXTADDR
|
||||
|
||||
makeoptions TEXTADDR=0x80002000 # O2
|
||||
makeoptions TEXTADDR=0x80080000 # O2
|
||||
#makeoptions TEXTADDR=0x80069000 # O2 Symmon
|
||||
#makeoptions TEXTADDR=0x88002000 # Indy
|
||||
#makeoptions TEXTADDR=0x88069000 # Indy Symmon
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: TEAL,v 1.7 2001/11/20 12:56:38 lukem Exp $
|
||||
# $NetBSD: TEAL,v 1.8 2001/11/22 00:59:23 thorpej Exp $
|
||||
|
||||
include "arch/sgimips/conf/std.sgimips"
|
||||
|
||||
makeoptions TEXTADDR=0x88002000 # Indy/Indigo2
|
||||
makeoptions TEXTADDR=0x88080000 # Indy/Indigo2
|
||||
#makeoptions TEXTADDR=0x88069000 # Indy/Indigo2 Symmon
|
||||
|
||||
maxusers 32
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.sgimips,v 1.10 2001/11/20 12:56:38 lukem Exp $
|
||||
# $NetBSD: std.sgimips,v 1.11 2001/11/22 00:59:23 thorpej Exp $
|
||||
|
||||
machine sgimips mips
|
||||
|
||||
|
@ -7,5 +7,5 @@ options EXEC_SCRIPT # exec #! scripts
|
|||
|
||||
options MIPS3_ENABLE_CLOCK_INTR
|
||||
|
||||
makeoptions DEFTEXTADDR="0x80002000"
|
||||
makeoptions DEFTEXTADDR="0x80080000"
|
||||
makeoptions MACHINE_ARCH="mipseb"
|
||||
|
|
Loading…
Reference in New Issue