Skip to content

nyanosv1 iso

Latest

Choose a tag to compare

@yunusemreduran388-ux yunusemreduran388-ux released this 02 Jul 15:13
81a5f83

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