Skip to content

lehtojo/kernel

Repository files navigation

Kernel

Small kernel built with Vivid programming language that aims to be compatible with Linux programs.

video.mp4

Getting started

  1. Install the following dependencies:
sudo apt install nasm qemu-system-x86 xorriso grub-common grub-pc mtools clang lld make
  1. Install or build the compiler for the kernel project. Remember to add the compiler (v1) to the path.
  2. Build the kernel by executing ./compile-uefi.sh
  3. (Optional) Done. If you have the kernel loader in the same parent folder, copy the generated kernel image to the loader by executing cp ./kernel.so ../kernel-loader/KERNEL.SO

About

Small kernel built with Vivid programming language that aims to be compatible with Linux programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors