This commit is contained in:
parent
2b703e9af2
commit
70c2da4a4d
40 changed files with 821 additions and 117 deletions
12
lib/core/core_mac.q
Normal file
12
lib/core/core_mac.q
Normal file
|
@ -0,0 +1,12 @@
|
|||
init() {
|
||||
main.main()
|
||||
exit()
|
||||
}
|
||||
|
||||
exit() {
|
||||
syscall(0x2000001, 0)
|
||||
}
|
||||
|
||||
crash() {
|
||||
syscall(0x2000001, 1)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue