https://github.com/u-root/multiboot-test-kernel
A multiboot test kernel.
https://github.com/u-root/multiboot-test-kernel
Last synced: 2 months ago
JSON representation
A multiboot test kernel.
- Host: GitHub
- URL: https://github.com/u-root/multiboot-test-kernel
- Owner: u-root
- License: gpl-3.0
- Created: 2019-01-10T00:03:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T06:37:33.000Z (over 1 year ago)
- Last Synced: 2024-12-29T11:49:42.250Z (4 months ago)
- Language: C
- Size: 28.3 KB
- Stars: 1
- Watchers: 53
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multiboot-test-kernel
A multiboot test kernel.This is a slightly modified kernel provided by the Multiboot v1 [spec](https://www.gnu.org/software/grub/manual/multiboot/multiboot.html#Example-OS-code).
The kernel writes received Multiboot information to a serial output in JSON format and computes sha256 sum for each loaded module.