1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00
bztsrc--bootboot/mykernel
2021-01-18 03:26:37 +01:00
..
ada Mykernel Ada example 2021-01-17 22:31:22 +01:00
c Initial Risc-V64 support 2021-01-18 03:26:37 +01:00
cpp Don't care if there's nothing to delete 2021-01-17 22:30:50 +01:00
go Tidy up 2021-01-17 18:20:46 +01:00
pas Tidy up 2021-01-17 18:20:46 +01:00
rust Tidy up 2021-01-17 18:20:46 +01:00
OLVASSEL.md Mykernel Ada example 2021-01-17 22:31:22 +01:00
README.md Mykernel Ada example 2021-01-17 22:31:22 +01:00

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

Compilation

In the language's directory, just run make. You'll need gcc, g++, gnat (GNU Ada), fpc (FreePascal Compiler), cargo + rust, and gccgo (GNU go-lang compiler, NOT the official go-lang compiler!).