From c5f1df8f47b898b1e6bfdb0818d30130d6a644d6 Mon Sep 17 00:00:00 2001 From: konect-V <66421869+konect-V@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:39:18 +0200 Subject: [PATCH] Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e56677bfd..6937d5f9f 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@

# Use alpha build -To get started, simply download the following file([clean-boot-kot.img](https://github.com/kot-org/Kot/releases/download/alpha/clean-boot-kot.img)) and launch QEMU (you will need to install ovmf dependency before) with the command below: ```qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -rtc base=localtime,clock=host -drive file=clean-boot-kot.img -machine q35 -m 4G -smp cores=4 -serial stdio -device e1000e,netdev=net0 -netdev user,id=net0,hostfwd=tcp::5001-:5000,hostfwd=udp::5001-:5000 -object filter-dump,id=f1,netdev=net0,file=dump.bin -no-reboot -no-shutdown``` +To get started, simply download the following file ([clean-boot-kot.img](https://github.com/kot-org/Kot/releases/download/alpha/clean-boot-kot.img)) and launch QEMU (you will need to install ovmf dependency before) with the command below: ```qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -rtc base=localtime,clock=host -drive file=clean-boot-kot.img -machine q35 -m 4G -smp cores=4 -serial stdio -device e1000e,netdev=net0 -netdev user,id=net0,hostfwd=tcp::5001-:5000,hostfwd=udp::5001-:5000 -object filter-dump,id=f1,netdev=net0,file=dump.bin -no-reboot -no-shutdown``` # Use nightly build To run the nighly build `boot-kot.img`, you'll need the QEMU emulator and OVMF. You can install it on most Linux distributions using your package manager. Once QEMU is installed, you can run the program using the following command: ```qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -rtc base=localtime,clock=host -drive file=boot-kot.img -machine q35 -m 4G -smp cores=4 -serial stdio -device e1000e,netdev=net0 -netdev user,id=net0,hostfwd=tcp::5001-:5000,hostfwd=udp::5001-:5000 -object filter-dump,id=f1,netdev=net0,file=dump.bin -no-reboot -no-shutdown```