mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
704 B
704 B
BOOTBOOT Example Kernels
See BOOTBOOT Protocol for common details.
These are sample "Hello World" kernels written in different system languages. Binary versions here. They all should output a screen like this after a successful boot:
![Screenshot](https://gitlab.com/bztsrc/bootboot/raw/binaries/mykernel/screenshot.png)
Compilation
In the language's directory, just run make
. You'll need gcc
, g++
, gnat
(GNU Ada), fpc
(FreePascal
Compiler), cargo
+ rust
, gccgo
(GNU go-lang compiler, NOT the official go-lang compiler!), and zig
.