minimalist kernel and OS. targets x86_64 and the pinephone (aarch64)
osdev kernel
at master 5 lines 86 B view raw
1#include <stdint.h> 2#include <stddef.h> 3#include <stdbool.h> 4 5void halt_forever(void);