The kernel source for FENIX
Go to file
Kat R. 723f064975 Added uname and PS/2 to build list 2022-10-29 10:07:02 -05:00
arch/i386 Added uname and PS/2 to build list 2022-10-29 10:07:02 -05:00
include Some stuff for utsname and skeleton for syscalls 2022-10-29 10:04:39 -05:00
kernel Hey, look! uname! 2022-10-29 10:05:05 -05:00
COPYING Added license and readme 2021-08-18 18:04:52 -05:00
README Added license and readme 2021-08-18 18:04:52 -05:00
makefile Makefile for kernel 2020-12-01 21:01:03 -06:00

README

FENIX Kernel
============

This repository contains the source for the FENIX kernel.
Archtecture-independent source code goes in the `kernel` and `include`
directories, while architecture dependent stuff goes in a dedicated
sub-directory under `arch` (e.g. `i386` for x86, `amd64` for x86_64, etc.)

Currently, the kernel has limited support for x86 systems. Will other systems
be supported in future? We'll see...

Building
--------

See the FENIX_main repo for details on building the FENIX kernel.

Copyright
---------

Licensed under CC-BY 4.0 by Katlynn Richey

FENIX is free software. Feel free to modify and/or distribute it!
See the file COPYING for more details.