Added license and readme
This commit is contained in:
parent
cd929dd33c
commit
94422ecf81
2 changed files with 88 additions and 0 deletions
23
README
Normal file
23
README
Normal file
|
@ -0,0 +1,23 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue