Skip to content

Releases: aName2050/aOS

aOS v1.0.0

11 May 00:56
fe11b6b
Compare
Choose a tag to compare

This is the initial release for aOS. Feel free to report any issues in the issues tab in this repository.

This release includes the boot loader and kernel.

THIS IS ONLY THE INITAL RELEASE, THERE ARE NO PROGRAMS ABLE TO RUN ON THIS

To run the provided image file, you need to install QEMU as it's currently the only emulator that can run image files, VirtualBox and similar virtual machines require and ISO file. You can download QEMU here. Follow instructions on their site.

Once downloaded follow these steps:

  • Open your operating system's terminal (Windows Terminal, Bash, etc.)
  • Navigate to the location where you downloaded the image file
  • Once in the file's location in your terminal, run this command:
qemu-system-x86_64 -drive format=raw,file=os.img