Upload files to "boot"

This commit is contained in:
2025-05-20 20:48:14 -05:00
parent 360ac0f358
commit bb6688b50f

12
boot/test.c Normal file
View File

@ -0,0 +1,12 @@
#include <stdio.h>
int main()
{
long i = 0x80000000;
printf("int: %d\n", i);
return 0;
}