ObsidianOS is released for the first time! A lot of new features is included:
- The memory use is optimized and very clean
- It can run any static linked ELF program in userspace
- Any rust ELF program with the libstd can be run.
- A scheduler can run processes
- The base system is created
To download the ISO: it is here.
And to run it:
- Decompress the
artefacts.zip
file - In a terminal run:
qemu-system-x86_64 -enable-kvm -m 3G
-device ahci,id=ahci0\
-drive if=none,file=disk.iso,format=raw,id=drive-sata0-0-0\
-device ide-hd,bus=ahci0.0,drive=drive=sata0-0-0,id=sata0-0-0\
-usb\
-device usb-mouse\
-serial stdio\
-boot d
Comments are closed