Add mesosphere (VERY VERY WIP)
This commit is contained in:
10
mesosphere/source/test.cpp
Normal file
10
mesosphere/source/test.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
int main(void) {
|
||||
for(;;);
|
||||
return 0;
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
void _start(void) {
|
||||
main();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user