Skip to content

steelswords/andros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2909765 · Nov 25, 2022
Dec 2, 2020
Dec 7, 2020
Dec 11, 2020
Dec 17, 2020
Dec 16, 2020
Sep 6, 2020
Dec 16, 2020
Nov 25, 2022
Nov 25, 2022
Oct 6, 2020
Jul 18, 2020
Nov 13, 2020
Jul 18, 2020

Repository files navigation

AndrOS

My senior design project. A chance to write some OS-level code and learn more about computer/OS architecure.

Toolchain

AndrOS uses a GCC-based cross compiler. Here is a pre-built one Alternately, you can build your own of a later version by following the OSDev Wiki instructions

Required Packages

  • xorriso
  • qemu
  • qemu-system-x86
  • mtools
  • grub-pc-bin

Building

To build AndrOS, run make. To build it and launch it in a virtual machine, type make test