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
《操作系统》的实验代码。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
349
Commits
2
Branches
52 MiB
C
76.4%
Assembly
8.6%
Python
7.3%
Shell
4.2%
Makefile
3.3%
Tree:
1459981b3f
main
x86-32
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '1459981b3f'
${ noResults }
os_kernel_lab
/
labcodes
/
lab7
/
user
/
libs
/
umain.c
10 lines
95 B
Raw
Blame
History
#
include
<ulib.h>
int
main
(
void
)
;
void
umain
(
void
)
{
int
ret
=
main
(
)
;
exit
(
ret
)
;
}