hns - 日記自動生成システム - Version 2.19.9

先月 2024年05月 来月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2024年05月05日() 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [nvmm] Windows 10 version

thinkc03# qemu-system-x86_64 \
  -smp 8 \
  -m 8G  \
  -accel nvmm \
  -drive driver=qcow2,file=/I/rootfs.qcow2,if=virtio \
  -net nic,model=virtio,netdev=tap1 -net user \
  -rtc base=localtime,clock=host \
  -device intel-hda \
  -drive file=/home/makoto/Downloads/Win10_22H2_English_x64v1.iso,media=cdrom -boot d \
  -netdev tap,id=tap1,ifname=tap1,script=no -device virtio-net-pci
#  qemu-system-x86_64 \
  -smp 8 \
  -m 8G  \
  -accel nvmm \
  -drive driver=qcow2,file=/I/rootfs.qcow2,if=virtio \
  -net nic,model=virtio,netdev=tap1 -net user \
  -rtc base=localtime,clock=host \
  -device intel-hda \
  -drive file=/home/makoto/Downloads/Win10_22H2_English_x64v1.iso,media=cdrom -boot d \
  -netdev tap,id=tap1,ifname=tap1,script=no -device virtio-net-pci

NetBSD Virtual Machine Monitor accelerator is operational
qemu-system-x86_64: warning: hub 0 with no nics
qemu-system-x86_64: warning: nic virtio-net-pci.1 has no peer
libGL error: failed to open /dev/dri/card0: Operation not supported by device
libGL error: failed to load driver: i965

(not good yet)

#2 serial connection

Either
  1. type following line at boot
    consdev com0,115200
    
  2. or
    thinkc03-10# installboot -fv -o console=com0,speed=115200 /dev/ld0a bootxx_ffsv2 /boot
    File system:         /dev/rld0a
    File system type:    ffs (blocksize 16384, needswap 0)
    Primary bootstrap:   bootxx_ffsv2
    Secondary bootstrap: /boot
    Boot options:        timeout 5, flags 0, speed 115200, ioaddr 0, console com0
    
and
-serial pty
at qemu invocation, you will get serial console.

#3 bc bench

thinkc03-10$ time sh -c 'echo "scale=2000; 4*a(1)" | bc -l' > /dev/null
        3.20 real         2.77 user         0.00 sys
thinkc03-10$ time sh -c 'echo "scale=2000;   e(1)" | bc -l' > /dev/null
        5.79 real         5.75 user         0.03 sys
thinkc03-10$ 

bare metal:

thinkc03@makoto 10:12:04/240505(~)% time sh -c 'echo "scale=2000; 4*a(1)" | bc -l' > /dev/null

1.43s 0.00s 1.452 98% 220+53k 0+0io 2pf+0w
thinkc03@makoto 10:12:18/240505(~)% time sh -c 'echo "scale=2000;   e(1)" | bc -l' > /dev/null
3.01s 0.00s 3.073 97% 105+27k 0+0io 0pf+0w
thinkc03@makoto 10:12:28/240505(..comms/minicom)% 



最近の日記
2024年10月25日
Die Frau ohne Schatten 影のない女
2024年07月03日
kicad oddity
2024年05月08日
comparison on ./buildsh tools
2024年05月06日
py-setuptools (python 3.11.9)
make release took 1 hours and 10 min
qemu invocation for 10.99.10
2024年05月05日
Windows 10 version
serial connection
bc bench
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)