Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/48cf/limine-zig
A Zig library for handling Limine boot protocol structures.
https://github.com/48cf/limine-zig
Last synced: about 1 month ago
JSON representation
A Zig library for handling Limine boot protocol structures.
- Host: GitHub
- URL: https://github.com/48cf/limine-zig
- Owner: 48cf
- License: bsd-2-clause
- Created: 2022-07-31T01:04:38.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-08-15T02:12:33.000Z (5 months ago)
- Last Synced: 2024-11-26T19:42:46.852Z (about 1 month ago)
- Language: Zig
- Homepage:
- Size: 30.3 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# limine-zig
This is a Zig library for working with [The Limine Boot Protocol](https://github.com/limine-bootloader/limine/blob/trunk/PROTOCOL.md).
You can find an example barebones kernel using this library [here](https://github.com/limine-bootloader/limine-zig-barebones).To use this library, you need at least Zig 0.11.x.