Skip to content

dulikvor/AOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

AOS is a hobby unikenerl written in modern C++.

Main properties:

  1. Based upon c++14 (no exceptions, rtti, atomics, threads and fences are supported yet).
  2. No virtual memory concept, only physical memory is supported for now.
  3. 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

About

A simplified unikernel pet project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors