niqumu / Aulavik

Tiny POSIX-like hobby OS written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aulavik

Tiny hobby OS written in C

This project is in its extremely early days. Don't expect anything too interesting here

image

README WIP

Workspace setup

Compiler

You should have a cross-compiler for the architecture you wish to build for. A good guide on how to do this can be found on the OS Dev wiki. At the moment, the build system assumes it to be a fork of GCC, and thus looks for (ARCH)-gcc in your path.

Note for IDEA IDE users

If you are using CLion (or any other IDEA IDE), you should go to Build, Execution, and Deployment -> Toolchains, create one for this project, and select your cross-compiler for your target architecture. This will stop CLion from always assuming a hosted environment.

About

Tiny POSIX-like hobby OS written in C

License:MIT License


Languages

Language:C 94.1%Language:Assembly 3.7%Language:Makefile 2.1%Language:Shell 0.0%