https://github.com/voltageddebunked/freecore
FreeCore kernel source code
https://github.com/voltageddebunked/freecore
Last synced: 11 months ago
JSON representation
FreeCore kernel source code
- Host: GitHub
- URL: https://github.com/voltageddebunked/freecore
- Owner: VoltagedDebunked
- License: gpl-3.0
- Created: 2025-03-05T09:56:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T11:57:13.000Z (over 1 year ago)
- Last Synced: 2025-03-05T12:28:32.857Z (over 1 year ago)
- Language: C
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
- License: LICENSE
Awesome Lists containing this project
README
========
FreeCore
========
FreeCore is a free monolithic kernel licensed under GPL-3.0.
What is FreeCore?
=================
FreeCore is an alternative kernel to Linux for those who want to build
their own operating systems without creating yet another Linux distribution.
Supported architectures:
* x86_64
* aarch64
* riscv64
* loongarch64
Building FreeCore
=================
Currently, youll need to run `make` and get the ISO/HDD from the root directory, but if you want just the kernel, navigate to `kernel/bin-x86-64/kernel`, this varies for different architectures, like `bin-aarch64`, and other.