2018-11-15 06:29:59 -05:00
2018-10-10 03:51:09 -04:00
2018-10-10 03:51:09 -04:00
2018-10-10 03:51:09 -04:00
2018-10-02 02:43:30 -04:00
2018-01-26 11:17:58 -05:00
2018-03-29 06:00:22 -04:00
2018-10-10 03:51:09 -04:00
2018-10-10 03:51:09 -04:00
2018-11-15 06:29:59 -05:00
2018-11-15 06:29:59 -05:00
2018-10-02 02:43:30 -04:00
2018-10-10 03:51:09 -04:00

Building

Environment

All platforms where the required packages are available.

Required packages

For compiling kernel only (make compile):

nasm, clang, lld, llvm

To make bootable ISO (make all):

xorriso; grub-pc-bin for bios; grub-efi-amd64-bin, mtools for UEFI.

Compiling

Run "make all" or "make compile" in the root directory.

This will generate secxkrnl.elf, secxkrnl.dmp, (and secxkrnl.iso) in "out" folder

Run "make clean" to clean a build.

Running

Load the iso with your favorite simulator or use "-kernel" option with QEMU.

For UEFI simulation, use qemu_bios.bin in the root dir with QEMU.

Description
bond is a hobby x86-64 kernel
Readme MIT 6.2 MiB
Languages
C 77.5%
Assembly 15.8%
CMake 6%
C++ 0.6%