Subject: Re: mod/ref emulation -- it was broken
To: None <port-sh3@netbsd.org, port-dreamcast@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: port-sh3
Date: 02/01/2001 18:46:33
On Thu, Feb 01, 2001 at 06:25:39PM -0800, Jason R Thorpe wrote:

 > Anyway, with fixed pmap, I can now boot multi-user on my Dreamcast
 > using an NFS root file system.  Yay!

...and, fyi (using the NetBSD/hpcsh binary snapshot -- shl-coff):

dr-evil:thorpej 466$ telnet 10.0.0.2 
Trying 10.0.0.2...
Connected to dreamy.
Escape character is '^]'.

NetBSD/dreamcast (dreamy.downstairs.shagadelic.org) (ttyp0)

login: thorpej
password: 
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001
        The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
        The Regents of the University of California.  All rights reserved.

NetBSD 1.5R (DREAMY) #33: Thu Feb 1 18:08:32 PST 2001

Welcome to NetBSD!

Terminal type is xterm.
dreamy:thorpej 1$ dmesg
[ no symbols available ]
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 1.5R (DREAMY) #33: Thu Feb  1 18:08:32 PST 2001
    thorpej@dr-evil:/u1/netbsd/src/sys/arch/dreamcast/compile/DREAMY
total memory = 16384 KB
avail memory = 13468 KB
using 230 buffers containing 920 KB of memory
mainbus0 (root)
shb0 at mainbus0
scif0 at shb0 port 0xffe80000-0xffe8000f irq 12
maple0 at shb0
Dreamcast Controller           at maple0 port 0 not configured
mkbd0 at maple0 port 3 (US keyboard)
wskbd0 at mkbd0: console keyboard
pvr0 at shb0: 640 x 480, 16bpp
wsdisplay0 at pvr0: console (80x30, vt100 emulation), using wskbd0
gdrom0 at shb0
g2bus0 at shb0
gapspci0 at g2bus0: SEGA GAPS PCI Bridge
pci0 at gapspci0 bus 0
pci0: memory space enabled
rtk0 at pci0 dev 0 function 0: SEGA Broadband Adapter
rtk0: interrupting at SH4 irq 11
rtk0: Ethernet address 00:d0:f1:02:ab:30
ukphy0 at rtk0 phy 7: Generic IEEE 802.3u media interface
ukphy0: OUI 0x000000, model 0x0000, rev. 0
ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
biomask c0000000 netmask c0000800 ttymask e0000800
IPsec: Initialized Security Association Processing.
boot device: <unknown>
root on rtk0
nfs_boot: trying DHCP/BOOTP
nfs_boot: DHCP server: 10.0.0.1
nfs_boot: my_addr=10.0.0.2
nfs_boot: my_mask=255.255.255.0
root on 10.0.0.1:/u1/dreamy
dreamy:thorpej 2$ file /sbin/init
/sbin/init: Hitachi SH little-endian COFF executable, not stripped
dreamy:thorpej 3$

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>