Skip to content

lubenard/Kfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kfs-3

Kfs-3 is the third kernel project.

Screenshot_20210520_115316

Compile and test this project:

I decided to use clang instead of gcc, because clang is cross-compiler by default.

Using arch, i also needed to install:

sudo pacman -S grub-rescue xorriso mtools qemu

You can check if you have the required tools using the scripts in scripts/checkTools.sh

Once compiled, you can test your iso using qemu:

qemu-system-x86_64 -cdrom myos.iso

How it works

This kernel has a very very basic shell working, type help to see the available commands.

You can also change screens by pressing: F1, F2, F3. You can also use left / right arrows to move cursor, and up / down arrows to go to previous / next command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published