Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc Squeeze a few more bytes so the INSTALL kern...
details: https://anonhg.NetBSD.org/src/rev/afc20fb22e0b
branches: trunk
changeset: 487493:afc20fb22e0b
user: matt <matt%NetBSD.org@localhost>
date: Thu Jun 08 17:35:47 2000 +0000
description:
Squeeze a few more bytes so the INSTALL kernel will fit on a floppy.
Use tlp instead of de. Add in gm[ac]. Remove slip and Gallant 22x12 font.
Compile ofwboot.elf -Os.
diffstat:
sys/arch/macppc/conf/INSTALL | 10 +++++-----
sys/arch/macppc/stand/ofwboot/Makefile | 3 ++-
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (61 lines):
diff -r 752eea278963 -r afc20fb22e0b sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL Thu Jun 08 16:17:29 2000 +0000
+++ b/sys/arch/macppc/conf/INSTALL Thu Jun 08 17:35:47 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.27 2000/05/26 00:22:07 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.28 2000/06/08 17:35:47 matt Exp $
#
# config file for INSTALL FLOPPY
#
@@ -37,7 +37,7 @@
options NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
options WSEMUL_VT100 # VT100 / VT220 emulation
-options FONT_GALLANT12x22
+#options FONT_GALLANT12x22
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
@@ -61,7 +61,6 @@
pchb* at pci? dev ? function ? # PCI-Host bridges
ppb* at pci? dev ? function ? # PCI-PCI bridges
-de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
ep* at pci? dev ? function ? # 3Com 3c59x
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
ex* at pci? dev ? function ? # 3Com 90x[B]
@@ -75,8 +74,9 @@
ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
cbb* at pci? dev ? function ? # PCI-CardBus bridge
ohci* at pci? dev ? function ? # Open Host Controller
-#gm* at pci? dev ? function ? # gmac ethernet
+gm* at pci? dev ? function ? # gmac ethernet
obio0 at pci? dev ? function ?
+tlp* at pci? dev ? function ? # DEC 21x4x-based Ethernet
exphy* at mii? phy ? # 3Com internal PHYs
icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
@@ -143,5 +143,5 @@
pseudo-device md 1 # memory disk
pseudo-device loop # network loopback
-pseudo-device sl 2 # Serial Line IP
+#pseudo-device sl 2 # Serial Line IP
pseudo-device pty 16 # pseudo-terminals
diff -r 752eea278963 -r afc20fb22e0b sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile Thu Jun 08 16:17:29 2000 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile Thu Jun 08 17:35:47 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/04/29 22:18:31 mycroft Exp $
+# $NetBSD: Makefile,v 1.11 2000/06/08 17:35:48 matt Exp $
S= ${.CURDIR}/../../../..
@@ -38,6 +38,7 @@
# For now...
#RELOC= 20000
RELOC= 6c0000
+COPTS= -Os
ENTRY= _start
Home |
Main Index |
Thread Index |
Old Index