Subject: Re: Boot success (almost)
To: None <hendrik@scholz.net>
From: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
List: port-sgimips
Date: 09/27/2001 01:42:54
On Wed, 26 Sep 2001, Hendrik Scholz wrote:
> I used the TEAL-Config without the hpc2 line as mentioned in another
> mail from Hubert Feyrer (iirc).
>
> Next step for me is building a complete world on a disk an then use the
> disk as / :)
That should work fine. BTW, I'll append a full diff to the TEAL config
that I use. I use IPv6, and the rnd pseudo-device is needed for sshd.
(Rafal: maybe commit these? :)
- Hubert
Index: conf/TEAL
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/sgimips/conf/TEAL,v
retrieving revision 1.3
diff -u -r1.3 TEAL
--- conf/TEAL 2001/08/19 03:20:36 1.3
+++ conf/TEAL 2001/09/26 23:18:34
@@ -41,6 +41,7 @@
options SOFTDEP
options INET
+options INET6
options SCSIVERBOSE
@@ -49,7 +50,9 @@
options IP22
-config netbsd root on ? type ?
+#HF#config netbsd root on ? type ?
+#HF#config netbsd root on sq0 type nfs
+config netbsd root on sd1 type ffs
mainbus0 at root
cpu0 at mainbus0
@@ -60,7 +63,7 @@
hpc0 at gio? addr 0x1fb80000
hpc1 at gio? addr 0x1fb00000
-hpc2 at gio? addr 0x1f980000
+#HF#hpc2 at gio? addr 0x1f980000
sq0 at hpc0
wdsc0 at hpc0
dsclock0 at hpc0 offset 0x60000
@@ -86,3 +89,4 @@
pseudo-device pty
pseudo-device bpfilter 8
#pseudo-device md 1
+pseudo-device rnd # /dev/random and in-kernel generator
--
Want to get a clue on IPv6 but don't know where to start? Try this:
* Basics -> http://www.onlamp.com/pub/a/onlamp/2001/05/24/ipv6_tutorial.html
* Setup -> http://www.onlamp.com/pub/a/onlamp/2001/06/01/ipv6_tutorial.html
Of course with your #1 IPv6 ready operating system -> http://www.NetBSD.org/