Releases: kot-org/Kot
Releases · kot-org/Kot
Nightly Build
Commits
- aef3ac5: Update readme.md (konect-V)
v0.0.1-alpha
We are excited to announce the first stable release of Kot, our operating system designed to make testing easy and enjoyable. Kot comes packed with a variety of features and applications, including the ability to run the classic game Doom, a weather app to keep you informed, and full support for bash, allowing you to leverage the power of the command line.
To get started, simply download the following file 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
We hope you enjoy exploring Kot and its range of applications!