An open API service indexing awesome lists of open source software.

https://github.com/corruptedbycpu/barebones-kernel-c-x86-64


https://github.com/corruptedbycpu/barebones-kernel-c-x86-64

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Barebones-Kernel-x86-64

## This repository is for anyone who needs a working base for start. How you continue is up to you.

### The core of the Foton/Fern-Night kernel is based on this repository.

What will you need to build and run:

- git
of course,

- clang
because we don't need a cross-compiler,

- ld.lld
linker from LLVM,

- xorisso
to create working iso file,

- qemu
we should somehow see our kernel in action :)

Compile:

$ ./make

Run:

$ ./qemu

Proper execution will show you a green sign mark at center of screen :)