Releases: yunusemreduran388-ux/NyanOS-v1
Releases · yunusemreduran388-ux/NyanOS-v1
Release list
nyanosv1 iso
MyOS v1.0.0 (Initial Release)
This is the very first official release of MyOS, a hobby 32-bit x86 operating system written in C and Assembly. It features a custom window manager, an interrupt-driven GUI, a real shell, a RAM-backed file system, and custom application clones.
What's included in Assets:
nyanos.iso.zip: The bootable ISO image. Extract it and run it using QEMU or burn it to a USB drive.nyanosv1.elf.zip: The kernel ELF binary. Perfect for direct QEMU kernel booting or debugging.
How to run the ISO directly:
If you have QEMU installed on your system, you can test the ISO with a single command without building from source:
qemu-system-i386 -cdrom nyanos.iso