vagrant@ubuntu-xenial:~/xv6/xv6-public$ make qemu-nox dd if=/dev/zero of=xv6.img count=10000 10000+0 records in 10000+0 records out 5120000 bytes (5.1 MB, 4.9 MiB) copied, 0.0442876 s, 116 MB/s dd if=bootblock of=xv6.img conv=notrunc 1+0 records in 1+0 records out 512 bytes copied, 0.000225917 s, 2.3 MB/s dd if=kernel of=xv6.img seek=1 conv=notrunc 333+1 records in 333+1 records out 170896 bytes (171 kB, 167 KiB) copied, 0.00159783 s, 107 MB/s qemu-system-i386 -nographic -drive file=fs.img,index=1,media=disk,format=raw -drive file=xv6.img,index=0,media=disk,format=raw -smp 2 -m 512 xv6... cpu1: starting 1 cpu0: starting 0 sb: size 1000 nblocks 941 ninodes 200 nlog 30 logstart 2 inodestart 32 bmap start 58 init: starting sh
|