https://github.com/nekernel-org/fw
A lightweight, multi-arch firmware written in C, with support for ARM64, RV64, PowerPC64, and x86S. Includes custom boot logic, PCI probing, partition parsing, early ABI handling, and Device Tree integration. Designed for custom OS bring-up.
https://github.com/nekernel-org/fw
boot c embedded-systems firmware
Last synced: about 1 year ago
JSON representation
A lightweight, multi-arch firmware written in C, with support for ARM64, RV64, PowerPC64, and x86S. Includes custom boot logic, PCI probing, partition parsing, early ABI handling, and Device Tree integration. Designed for custom OS bring-up.
- Host: GitHub
- URL: https://github.com/nekernel-org/fw
- Owner: nekernel-org
- License: gpl-3.0
- Created: 2025-03-23T13:38:14.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2025-05-04T18:07:27.000Z (about 1 year ago)
- Last Synced: 2025-05-04T19:20:07.422Z (about 1 year ago)
- Topics: boot, c, embedded-systems, firmware
- Language: C
- Homepage: https://nekernel.org
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# CoreBoot

[](LICENSE)
[](#)
## Notice for documentation:
Build the documentation using Doxygen's `doxygen` CLI tool.
## Requirements:
- [CLang](https://clang.llvm.org/)
- [NASM](https://nasm.us/)
- [Git](https://git-scm.com/)
- GNU Make
## Cloning:
```sh
git clone git@github.com:amlel-el-mahrouss/fw.git
```
###### Copyright 2024-2025, Amlal EL Mahrouss. all rights reserved.