3.4 再起動しネットワーク接続
qemu-system-aarch64 -machine virt -m 4096M -cpu cortex-a57 -name \
test -bios QEMU_EFI.fd -serial none -nographic -drive \
if=none,format=raw,file=FreeBSD-13.0-CURRENT-arm64-aarch64-PINEBOOK-20191212-r355634.img,id=hd0 \
-device virtio-blk-device,drive=hd0 -device \
virtio-net-device,netdev=net0 -netdev tap,id=net0,ifname=tap1 \
-monitor none &
root@vm:~ # slogin 192.168.1.196
Password for root@test.tfc:
Last login: Fri Dec 13 22:21:09 2019 from vm.tfc
FreeBSD 13.0-CURRENT (GENERIC) #0 r355634: Thu Dec 12 07:53:14 \
UTC 2019
Welcome to FreeBSD!
Release Notes, Errata: https://www.FreeBSD.org/releases/
Security Advisories: https://www.FreeBSD.org/security/
FreeBSD Handbook: https://www.FreeBSD.org/handbook/
FreeBSD FAQ: https://www.FreeBSD.org/faq/
Questions List: \
https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
FreeBSD Forums: https://forums.FreeBSD.org/
Documents installed with the system are in the \
/usr/local/share/doc/freebsd/
directory, or can be installed later with: pkg install \
en-freebsd-doc
For other languages, replace "en" with a language code like de or \
fr.
Show the version of FreeBSD installed: freebsd-version ; uname -a
Please include that output and any error messages when posting \
questions.
Introduction to manual pages: man man
FreeBSD directory layout: man hier
Edit /etc/motd.template to change this login announcement.
root@test:~ #