This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
《操作系统》的实验代码。
137
Commits
2
Branches
52 MiB
C
76.4%
Assembly
8.6%
Python
7.3%
Shell
4.2%
Makefile
3.3%
Tree:
f2c3333eaa
os_kernel_lab
/
related_info
/
lab0
/
lab0_ex2.c
7 lines
82 B
Raw
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"
Hello, world!
\n
"
)
;
return
0
;
}