1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00
bztsrc--bootboot/mykernel
2022-07-11 09:37:40 +02:00
..
ada Removed nostartfiles, nostdlib should imply that 2022-07-11 09:37:40 +02:00
c Removed nostartfiles, nostdlib should imply that 2022-07-11 09:37:40 +02:00
cpp Removed nostartfiles, nostdlib should imply that 2022-07-11 09:37:40 +02:00
go Removed nostartfiles, nostdlib should imply that 2022-07-11 09:37:40 +02:00
pas Removed nostartfiles, nostdlib should imply that 2022-07-11 09:37:40 +02:00
rust Minor fixes to the rust mykernel 2022-07-10 08:06:34 +02:00
OLVASSEL.md
README.md

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!).