about summary refs log tree commit diff
path: root/boot
AgeCommit message (Collapse)Author
2025-03-15Add POSIX CRC32 algorithm implementation to common libraryMel
Signed-off-by: Mel <mel@rnrd.eu>
2025-03-15Access string data directly in iteration macro to avoid bounds-checkingMel
Signed-off-by: Mel <mel@rnrd.eu>
2025-03-14Bootstrapping lexerMel
Signed-off-by: Mel <mel@rnrd.eu>
2025-03-14Add compound literal casts to common functions (this isn't C++)Mel
Signed-off-by: Mel <mel@rnrd.eu>
2025-03-11Add common library for basic types, functions and macrosMel
Signed-off-by: Mel <mel@rnrd.eu>
2025-02-28Map and read source fileMel
Signed-off-by: Mel <mel@rnrd.eu>
2025-02-16Add bootstrap entrypointMel
Signed-off-by: Mel <mel@rnrd.eu>