Commit Briefs

9092621dc5 Onana Onana Xavier Manuel

Initial commit (master)


Branches

Tags

This repository contains no tags

Tree

LICENSEcommits | blame
NOBScommits | blame
READMEcommits | blame
boot.scommits | blame
build.sh*commits | blame
cleanup.sh*commits | blame
io.hcommits | blame
io.scommits | blame
kmain.ccommits | blame
kprint.ccommits | blame
linker.ldcommits | blame

README

49 is my attempt at making an operating system which
combines L4 microkernel architecture with and ideas
from Plan9.

The end goal is to have an operating system that does
not use ELF, nor follow POSIX nor SysV ABI and that 
is able to compile itself with a custom C dialect.

Features:

- Buggy

- Unsafe

- Incomplete

- POSIX unfriendly

- No ELF

- and more