From bb6688b50f30ecc1d0e5dc9900ac7b5930465cd3 Mon Sep 17 00:00:00 2001 From: david-on-debian Date: Tue, 20 May 2025 20:48:14 -0500 Subject: [PATCH] Upload files to "boot" --- boot/test.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 boot/test.c diff --git a/boot/test.c b/boot/test.c new file mode 100644 index 0000000..33a22f7 --- /dev/null +++ b/boot/test.c @@ -0,0 +1,12 @@ + +#include + +int main() +{ + long i = 0x80000000; + + printf("int: %d\n", i); + + + return 0; +}