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