Skip to content

aOS v1.0.0

Latest
Compare
Choose a tag to compare
@aName2050 aName2050 released this 11 May 00:56
· 7 commits to main since this release
fe11b6b

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