--- wikisrc/kernel_debugging_with_qemu.mdwn 2021/12/24 09:54:15 1.18 +++ wikisrc/kernel_debugging_with_qemu.mdwn 2021/12/27 14:26:28 1.19 @@ -42,7 +42,7 @@ installed on the target system. For exa [[!template id=programlisting text=""" $ CVSROOT=anoncvs@anoncvs.NetBSD.org:/cvsroot cvs checkout -A -P src $ cd src - $ ./build.sh -j 4 -V MKDEBUG=YES -V COPTS="-g -fdebug-prefix-map=$(pwd)=/usr/src" -O ../obj -m i386 -U release sourcesets + $ ./build.sh -j 4 -V MKDEBUG=yes -V COPTS="-g -fdebug-prefix-map=$(pwd)=/usr/src" -O ../obj -m i386 -U release sourcesets """]] For best performance, change the number after "-j" to the number of CPU cores