The kernel source for FENIX
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Kat R. 723f064975 Added uname and PS/2 to build list 7 months ago
arch/i386 Added uname and PS/2 to build list 7 months ago
include Some stuff for utsname and skeleton for syscalls 7 months ago
kernel Hey, look! uname! 7 months ago
COPYING Added license and readme 2 years ago
README Added license and readme 2 years ago
makefile Makefile for kernel 3 years ago

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.