Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
175 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel From Scratch

Monolithic Unix-like kernel from scratch.

Overview

List of changes here.

Build

First, clone this repository:

git clone https://github.com/alkuzin/kfs.git

Then change current working directory to kfs/build/

cd kfs/build/

Finaly, build project:

cmake CMakeLists.txt && make all

To run OS in QEMU write this command:

make init

License

Monolithic Unix-like kernel from scratch. Copyright (C) 2024 Alexander (@alkuzin).

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.