Upload files to "boot"
This commit is contained in:
12
boot/test.c
Normal file
12
boot/test.c
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
long i = 0x80000000;
|
||||||
|
|
||||||
|
printf("int: %d\n", i);
|
||||||
|
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Reference in New Issue
Block a user