1 Forks
4 Stars
4 Watchers

KFS

x86 Kernel From Scratch: From basic bootable kernel, GDT & IDT implementation to advanced ELF memory parser & complete kernel/userspace syscall mechanism.

How to download and setup KFS

Open terminal and run command
git clone https://github.com/iomonad/KFS.git
git clone is used to create a copy or clone of KFS repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with KFS https://github.com/iomonad/KFS/archive/master.zip

Or simply clone KFS with SSH
[email protected]:iomonad/KFS.git

If you have some problems with KFS

You may open issue on KFS support forum (system) here: https://github.com/iomonad/KFS/issues