Toby Jaffey
|
5bd6a32013
|
Move all app common files under apps/common
|
2025-12-12 15:45:17 +00:00 |
|
Toby Jaffey
|
9baedb42e8
|
Add a stack canary, setup on boot
|
2025-12-10 01:00:36 +00:00 |
|
Toby Jaffey
|
61fe0e8647
|
Rename ioreq to syscall
|
2025-12-08 12:26:47 +00:00 |
|
Toby Jaffey
|
40e8795f3f
|
Explain the hack better
|
2025-12-08 10:30:33 +00:00 |
|
Toby Jaffey
|
5b2c82b85e
|
Fix for case sensitivity
|
2025-12-08 10:23:30 +00:00 |
|
Toby Jaffey
|
a88f3a1690
|
Workaround for Rust having different system for templating constants to GNU as.
Having a separate file is ugly, but it allows for a single source of truth for constants
Works for C, asm, zig and rust.
https://stackoverflow.com/questions/79840723/shared-assembly-between-rust-and-c-using-preprocessor
|
2025-12-08 10:13:53 +00:00 |
|
Toby Jaffey
|
2ccd3ac7f4
|
Trying to find some way to share constants
|
2025-12-08 09:55:47 +00:00 |
|
Toby Jaffey
|
7bf906f369
|
Rename .s to .S so preprocessor runs (https://stackoverflow.com/questions/33358825/gnu-assembler-preprocessor-define)
|
2025-12-08 02:45:38 +00:00 |
|