Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:manual:contrib:hbbsd_devel_guidelines [2024/01/20 18:31]
emulatorman
en:manual:contrib:hbbsd_devel_guidelines [2024/02/11 14:23] (current)
emulatorman
Line 102: Line 102:
     $ TARCH=x86_64-unknown-hyperbolabsd</code><code bash>     $ TARCH=x86_64-unknown-hyperbolabsd</code><code bash>
     $ doas pacman -S $TARCH-gcc $TARCH-binutils</code>     $ doas pacman -S $TARCH-gcc $TARCH-binutils</code>
-  * Install **BSD make**, **rpcsvc-proto**, **Sharutils** \\ and **Universal Ctags**.<code bash>+  * Install **BSD make**, **rpcsvc-proto**, **Sharutils** and **Universal Ctags**.<code bash>
     $ doas pacman -S bmake rpcsvc-proto sharutils ctags</code>     $ doas pacman -S bmake rpcsvc-proto sharutils ctags</code>
   * Clone this repository:<code bash>   * Clone this repository:<code bash>
Line 213: Line 213:
 <code bash> <code bash>
 $ qemu-img create ext2.img 5G</code><code bash> $ qemu-img create ext2.img 5G</code><code bash>
-$ qemu-system-x86_64 -machine q35 -cpu max -smp 2 -m 4G -device intel-hda -device hda-duplex -name OpenBSD -net nic -net user,id=port1,hostfwd=tcp::2022-:22 -s -hda openbsd.img -hdb ext2.img -netdev user,id=mynet0,hostfwd=tcp:127.0.0.1:7922-:22 -device virtio-net,netdev=mynet0</code>+$ qemu-system-x86_64 -machine q35 -cpu max -smp 2 -m 4G -device intel-hda -device hda-duplex -name OpenBSD -net nic -net user,id=port1,hostfwd=tcp::2022-:22 -s -hda obsd.img -hdb ext2.img -netdev user,id=mynet0,hostfwd=tcp:127.0.0.1:7922-:22 -device virtio-net,netdev=mynet0</code>
  
 <code bash> <code bash>
Line 274: Line 274:
 # cd ..</code><code bash> # cd ..</code><code bash>
 # rm -r etc_dir</code><code bash> # rm -r etc_dir</code><code bash>
-</code><code bash> 
 # cd hbsd_base/</code><code bash> # cd hbsd_base/</code><code bash>
-# bsdtar cvzf ../hbbsd_base.tgz *</code><code bash> +# bsdtar cvzf ../hbbsd_base.tgz *</code>
-</code>+
  
 ===== Adding HyperbolaBSD packages in install70.img ===== ===== Adding HyperbolaBSD packages in install70.img =====