Skip to content

Instantly share code, notes, and snippets.

@anttikantee
Created August 12, 2015 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anttikantee/417f881bfeca1f0c3606 to your computer and use it in GitHub Desktop.
Save anttikantee/417f881bfeca1f0c3606 to your computer and use it in GitHub Desktop.
pooka@watou:~/tmp/rumprun-arm/platform/hw$ qemu-system-arm -machine integratorcp -kernel hello.bin -serial stdio -s -net nic -net tap,ifname=tap0,script=no
rump kernel bare metal bootstrap (ARM)
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
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 7.99.17 (RUMP-ROAST)
total memory = 63670 KB
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
cpu0 at thinair0: rump virtual cpu
root file system type: rumpfs
kern.module.path=/stand/evbarm/7.99.17/modules
mainbus0 (root)
ifpga0 at mainbus0: Build 0, Rev A, Manufacturer Unknown, ASB, Little-endian,
ifpga0: FPGA unknown, SYSCLK 2.00MHz
sm0 at ifpga0 addr 0xb8000000 irq 27
sm0: SMC91C111, revision 1, buffer size: 8192
sm0: MAC address 52:54:00:12:34:56, default media MII (internal PHY)
timecounter: Timecounter "rumpxen" frequency 1000000000 Hz quality 100
mounted tmpfs on /tmp
=== calling "HELLO" main() ===
listening for incoming connections on port 1234
=== main() of "HELLO" returned 0 ===
=== _exit(0) called ===
rump kernel halting...
syncing disks... done
unmounting file systems...
unmounted tmpfs on /tmp type tmpfs
unmounted rumpfs on / type rumpfs
unmounting done
halted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment