reorganize everything
This commit is contained in:
13
OperatingSystem/.unused/cmon/main.c
Normal file
13
OperatingSystem/.unused/cmon/main.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include<stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
void initSystem () {
|
||||
__asm
|
||||
di
|
||||
|
||||
__endasm;
|
||||
}
|
||||
Reference in New Issue
Block a user