|
3 months ago | |
---|---|---|
.. | ||
ada | 3 years ago | |
c | 2 years ago | |
cpp | 3 years ago | |
go | 2 years ago | |
pas | 2 years ago | |
rust | 2 years ago | |
zig | 1 year ago | |
OLVASSEL.md | 2 years ago | |
README.md | 2 years ago | |
mykernel.aarch64.elf | 4 years ago | |
mykernel.aarch64.txt | 4 years ago | |
mykernel.riscv64.elf | 4 years ago | |
mykernel.riscv64.txt | 4 years ago | |
mykernel.x86_64.elf | 4 years ago | |
mykernel.x86_64.txt | 4 years ago | |
screenshot.png | 4 years ago |
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:
In the language's directory, just run make
. You'll need gcc
, g++
, gnat
(GNU Ada), fpc
(FreePascal
Compiler), cargo
+ rust
, go
(the official go toolchain, not the GNU go-lang compiler), and zig
.