This website requires JavaScript.
Explore
Help
Sign In
wash
/
photon
Watch
1
Star
0
Fork
0
You've already forked photon
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
photon
/
libc
/
sys
/
horizon
/
system.c
6 lines
81 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Started working on Magenta support
2020-04-30 17:44:54 +01:00
_Noreturn
void
__exit
(
int
code
)
{
Small changes to Magenta sys files
2020-05-01 20:39:22 +01:00
/* TODO Exit syscall */
Started working on Magenta support
2020-04-30 17:44:54 +01:00
while
(
1
)
{
}
}
Reference in New Issue
Copy Permalink