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
- Host: GitHub
- URL: https://github.com/corruptedbycpu/barebones-kernel-c-x86-64
- Owner: CorruptedByCPU
- Created: 2023-05-01T16:14:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T07:09:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T22:41:28.765Z (about 1 year ago)
- Language: C
- Size: 20.5 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)