bond is a hobby x86-64 kernel
Go to file
secXsQuared 48388bbf01 new branch for shit 2018-10-01 13:01:00 -04:00
common new branch for shit 2018-10-01 13:01:00 -04:00
hal new branch for shit 2018-10-01 13:01:00 -04:00
inc new branch for shit 2018-10-01 13:01:00 -04:00
kernel new branch for shit 2018-10-01 13:01:00 -04:00
mk new branch for shit 2018-10-01 13:01:00 -04:00
test new branch for shit 2018-10-01 13:01:00 -04:00
.gitattributes line ending.... 2018-01-26 11:17:58 -05:00
.gitignore - Got rid of bogus callback_func 2018-03-29 06:00:22 -04:00
CMakeLists.txt new branch for shit 2018-10-01 13:01:00 -04:00
LICENSE Non-recursive make + compiled + set up QEMU + GDB. 2018-02-07 00:42:59 -05:00
Makefile new branch for shit 2018-10-01 13:01:00 -04:00
README.md Update README.md 2018-03-23 21:05:34 -04:00
Rules.top new branch for shit 2018-10-01 13:01:00 -04:00

README.md

Building

Environment

All platforms where the required packages are available.

Required packages

nasm, clang (6.0+), make

Compiling

Run "make" in the root directory.

This will generate secxkrnl.elf (kernel executable) and secxkrnl.dmp (kernel dump).

Run "make clean" to clean a build.

Running

secX requires bootloader secboot.

See secboot repository for more information.