Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niqumu/aulavik

Tiny POSIX-like hobby OS written in C
https://github.com/niqumu/aulavik

c kernel low-level operating-system os os-dev osdev unix

Last synced: 28 days ago
JSON representation

Tiny POSIX-like hobby OS written in C

Awesome Lists containing this project

README

        

# Aulavik
#### Tiny hobby OS written in C
This project is in its extremely early days. Don't expect anything too interesting here

![image](https://github.com/niqumu/Aulavik/assets/146425360/64a18682-de3f-462e-a08a-113cc9ed1030)

### 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.