AOS is a hobby unikenerl written in modern C++.
- Based upon c++14 (no exceptions, rtti, atomics, threads and fences are supported yet).
- No virtual memory concept, only physical memory is supported for now.
- Limited to 32 bit.
In order to build the project, run the cmake script:
mkdir build && cd build
cmake ..
make
qemu can be used to run the image
qemu-system-i386 -kernel aos.bin
