Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alkuzin/kfs
Hobby monolithic x86-32 Unix-like operating system from scratch
https://github.com/alkuzin/kfs
assembler-x86 assembly bare-metal cpp cpp23 embedded kernel kernel-development kernel-drivers kernel-from-scratch kernel-module kernel-source kfs os osdev osdev-os osdev-projects osdev-tutorial systems-programming x86
Last synced: about 1 month ago
JSON representation
Hobby monolithic x86-32 Unix-like operating system from scratch
- Host: GitHub
- URL: https://github.com/alkuzin/kfs
- Owner: alkuzin
- License: gpl-3.0
- Created: 2024-09-24T10:39:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T13:39:58.000Z (2 months ago)
- Last Synced: 2024-12-01T14:31:44.356Z (2 months ago)
- Topics: assembler-x86, assembly, bare-metal, cpp, cpp23, embedded, kernel, kernel-development, kernel-drivers, kernel-from-scratch, kernel-module, kernel-source, kfs, os, osdev, osdev-os, osdev-projects, osdev-tutorial, systems-programming, x86
- Language: C++
- Homepage:
- Size: 562 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Kernel From Scratch
Monolithic Unix-like kernel from scratch.## Overview
List of changes [here](CHANGELOG.md).
## 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 .