Port-mips archive

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

Update: dynamic N64 ABI (LP64) binaries working on a N64 ABI (LP64) kernel.



Progress for mips64 support continues on the matt-nb5-mips64 branch. N32 ABI dynamic binaries running on a N32 kernel was achieved earlier this week. Now the same is true for N64 ABI binaries.

Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009
    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 5.0.1 (MALTA64) #22: Fri Sep  4 20:28:08 PDT 2009
matt%nixon.home@localhost:/u2/netbsd-nb5-mips64/evbmips64-el/obj/sys/ arch/evbmips/compile/MALTA64
total memory = 128 MB
avail memory = 119 MB
mainbus0 (root)
[ bus_pci_data_access(): write to non-existant device? ]
cpu0 at mainbus0: 33.00MHz (hz cycles = 165000, delay divisor = 16)
cpu0: MIPS 5Kc (0x18101) Rev. 1 with software emulated floating point
cpu0: 32KB/32B 2-way set-associative L1 Instruction cache, 48 TLB entries
cpu0: 32KB/32B 2-way set-associative write-back L1 Data cache
gt0 at mainbus0 addr 0x1be00000
pci0 at gt0
pchb0 at pci0 dev 0 function 0
pchb0: Galileo Technology GT-64120 System Controller (rev. 0x02)
pcib0 at pci0 dev 9 function 0
isa0 at pcib0
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com0: console
com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
mcclock0 at isa0 port 0x70-0x71: mc146818 compatible time-of-day clock
wd0 at atabus0 drive 0: <malta-n64.fs>
wd0: 357 MB, 727 cyl, 16 head, 63 sec, 512 bytes/sect x 732816 sectors
boot device: wd0
root on wd0a dumps on wd0b
wd0: no disk label
vfs_mountroot: can't open root device
cannot mount root, error = 6
root device (default wd0a): wd0c
dump device (default wd0b):
file system (default generic):
root on wd0c dumps on wd0b
mountroot: trying ffs...
root file system type: ffs
WARNING: preposterous TOD clock time
WARNING: using filesystem time
WARNING: CHECK AND RESET THE DATE!
init path (default /sbin/init):
init: copying out path `/sbin/init' 11
pid 1(init): ABI set to N64 (e_flags=0x20000007)
/etc/rc.conf is not configured.  Multiuser boot aborted.
Enter pathname of shell or RETURN for /bin/sh:
Terminal type is vt100.
We recommend creating a non-root account and using su(1) for root access.
# ps ax
ps: warning: /var/run/dev.db: No such file or directory
PID TTY STAT    TIME COMMAND
  0 ?   DKl  0:00.15 [system]
  1 ?   Ss   0:04.80 init
  3 ?   Ss   0:00.60 -sh
  9 ?   O+   0:00.19 ps -ax
# ldd /sbin/init
/sbin/init:
        -lc.12 => /lib/libc.so.12
        -lutil.7 => /lib/libutil.so.7
        -lcrypt.0 => /lib/libcrypt.so.0
# file /sbin/init
/sbin/init: ELF 64-bit LSB executable, MIPS, MIPS-III version 1 (SYSV), dynamically linked (uses shared libs), for NetBSD 5.0, not stripped
#



Home | Main Index | Thread Index | Old Index