|
3 kuukautta sitten | |
---|---|---|
.. | ||
ada | 3 vuotta sitten | |
c | 2 vuotta sitten | |
cpp | 3 vuotta sitten | |
go | 2 vuotta sitten | |
pas | 2 vuotta sitten | |
rust | 2 vuotta sitten | |
zig | 1 vuosi sitten | |
OLVASSEL.md | 2 vuotta sitten | |
README.md | 2 vuotta sitten | |
mykernel.aarch64.elf | 4 vuotta sitten | |
mykernel.aarch64.txt | 4 vuotta sitten | |
mykernel.riscv64.elf | 4 vuotta sitten | |
mykernel.riscv64.txt | 4 vuotta sitten | |
mykernel.x86_64.elf | 4 vuotta sitten | |
mykernel.x86_64.txt | 4 vuotta sitten | |
screenshot.png | 4 vuotta sitten |
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
.