This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
simon
/
os_kernel
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
195f359fc8
Rami (Branch)
Tag
fix_image_url
inline_test
master
v0.1
bochs-test
os_kernel
/
kernel
/
main.c
main.c
106 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
#include "print.h"
int main(void)
{
put_str("I am kernel\n");
while (1)
;
return 0;
}