This website works better with JavaScript.
Explore
Help
Sign In
EduCoderTeacher0028
/
riscv-pke
mirror of
https://gitee.com/hustos/riscv-pke.git
Watch
1
Star
0
Fork
You've already forked riscv-pke
0
Code
Issues
Releases
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.
lab1_1_syscall
lab2_challenge3_multicoremem
lab1_challenge3_multicore
lab3_challenge3_cow
lab4_challenge3_shell
lab5_3_hostdevice
lab5_2_PLIC
lab5_1_poll
lab4_challenge2_exec
lab4_challenge1_relativepath
lab4_3_hardlink
lab4_2_directory
lab4_1_file
lab3_challenge2_semaphore
lab3_challenge1_wait
lab3_3_rrsched
lab3_2_yield
lab3_1_fork
lab2_challenge2_singlepageheap
lab2_challenge1_pagefaults
lab2_3_pagefault
lab2_2_allocatepage
lab2_1_pagetable
lab1_challenge2_errorline
lab1_challenge1_backtrace
lab1_3_irq
lab1_2_exception
lab1_1_syscall
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'lab1_1_syscall'
${ noResults }
riscv-pke
/
user
/
user_lib.h
7 lines
103 B
Raw
Permalink
Blame
History
/*
* header file to be used by applications.
*/
int
printu
(
const
char
*
s
,
.
.
.
)
;
int
exit
(
int
code
)
;
Reference in new issue
View Git Blame
Copy Permalink