Skip to content

Instantly share code, notes, and snippets.

@yamori813
Created September 27, 2016 01:34
Show Gist options
  • Save yamori813/bdc0a35e5e00427d4e6ad5deb9e20814 to your computer and use it in GitHub Desktop.
Save yamori813/bdc0a35e5e00427d4e6ad5deb9e20814 to your computer and use it in GitHub Desktop.
Starting kernel ...
entry: mips_init()
Cache info:
picache_stride = 4096
picache_loopcount = 2
pdcache_stride = 4096
pdcache_loopcount = 2
cpu0: MIPS Technologies processor v11.128
MMU: Standard TLB, 16 entries (4K 16K 64K 256K 1M 16M 64M 256M pg sizes)
L1 i-cache: 2 ways of 256 sets, 16 bytes per line
L1 d-cache: 2 ways of 256 sets, 16 bytes per line
L2 cache: disabled
Config1=0x1e994c8a<WatchRegs,EJTAG>
Physical memory chunk(s):
0x2ab000 - 0xffffff, 13979648 bytes (3413 pages)
Maxmem is 0x1000000
KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2016 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 12.0-CURRENT #0 b1249a2(zrouter): Mon Sep 26 22:45:28 JST 2016
hiroki@microserver:/storage/home/hiroki/obj/storage/home/hiroki/zrouter/tmp/
mips.mipsel/storage/home/hiroki/freebsd/sys/Buffalo_BBR-4HG mips
gcc version 4.2.1 20070831 patched [FreeBSD]
Preloaded elf kernel "kernel" at 0x802a5b40.
real memory = 16777216 (16384K bytes)
Physical memory chunk(s):
0x00337000 - 0x00f84fff, 12902400 bytes (3150 pages)
avail memory = 12599296 (12MB)
mem: <memory>
null: <full device, null device, zero device>
nexus0: <MIPS32 root nexus>
random: harvesting attach, 8 bytes (4 bits) from nexus0
clock0: <Generic MIPS32 ticker> on nexus0
Timecounter "MIPS32" frequency 175000000 Hz quality 800
Event timer "MIPS32" frequency 175000000 Hz quality 800
random: harvesting attach, 8 bytes (4 bits) from clock0
obio0 at mem 0-0x1ffffffe on nexus0
admsw0: <ADM5120 Switch Engine> on obio0
admsw0: ADM5120 Switch Engine, 6 ports
admsw0: base Ethernet address 00:0c:42:07:b2:4e
admsw0: Ethernet address: 00:0c:42:07:b2:4e
admsw1: Ethernet address: 00:0c:42:07:b2:4f
admsw2: Ethernet address: 00:0c:42:07:b2:50
admsw3: Ethernet address: 00:0c:42:07:b2:51
admsw4: Ethernet address: 00:0c:42:07:b2:52
admsw5: Ethernet address: 00:0c:42:07:b2:53
random: harvesting attach, 8 bytes (4 bits) from admsw0
uart0: <adm5120_uart, channel A> on obio0
uart0: console (115200,n,8,1)
uart0: fast interrupt
uart0: PPS capture mode: DCD
random: harvesting attach, 8 bytes (4 bits) from uart0
uart1: <adm5120_uart, channel A> on obio0
uart1: console (115200,n,8,1)
uart1: fast interrupt
uart1: PPS capture mode: DCD
random: harvesting attach, 8 bytes (4 bits) from uart1
random: harvesting attach, 8 bytes (4 bits) from obio0
Device configuration finished.
Timecounters tick every 10.000 msec
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 512
Trying to mount root from cd9660:/dev/map/rootfs.uzip []...
mountroot: waiting for device /dev/map/rootfs.uzip...
Mounting from cd9660:/dev/map/rootfs.uzip failed with error 19.
Loader variables:
Manual root filesystem specification:
<fstype>:<device> [options]
Mount <device> using filesystem <fstype>
and with the specified (optional) option list.
eg. ufs:/dev/da0s1a
zfs:tank
cd9660:/dev/cd0 ro
(which is equivalent to: mount -t cd9660 -o ro /dev/cd0 /)
? List valid disk boot devices
. Yield 1 second (for background tasks)
<empty line> Abort manual input
mountroot>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment