Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm32/conf sharks can now figure out what they boot...



details:   https://anonhg.NetBSD.org/src/rev/5eca1e7f2455
branches:  trunk
changeset: 487394:5eca1e7f2455
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jun 07 04:36:06 2000 +0000

description:
sharks can now figure out what they booted from so only a single kernel is
needed.

diffstat:

 sys/arch/arm32/conf/SHARK |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 61c192f93c1b -r 5eca1e7f2455 sys/arch/arm32/conf/SHARK
--- a/sys/arch/arm32/conf/SHARK Wed Jun 07 04:31:49 2000 +0000
+++ b/sys/arch/arm32/conf/SHARK Wed Jun 07 04:36:06 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHARK,v 1.32 2000/03/06 03:16:26 mark Exp $
+#      $NetBSD: SHARK,v 1.33 2000/06/07 04:36:06 matt Exp $
 # From:  NetBSD: GENERIC,v 1.61 2000/01/20 19:12:29 wrstuden Exp
 #
 #      SHARK
@@ -152,10 +152,7 @@
 #options       KERNEL_DEBUG    # compile in kernel debuging capability
 #makeoptions   DEBUG="-g"      # compile full symbol table
 
-config         netbsd_netboot  root on cs0 type nfs    # Ethernet
-config         netbsd_wdboot   root on wd0a type ffs   # IDE disk
-config         netbsd_sdboot   root on sd0a type ffs   # Zip disk
-#config                netbsd          root on ? type ?        # cannot yet detect
+config         netbsd          root on ? type ?
 
 # The main bus device
 mainbus0 at root



Home | Main Index | Thread Index | Old Index