mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
Change syscall naming scheme.
This commit is contained in:
parent
46f0c28a4a
commit
3024167cbd
Notes:
sideshowbarker
2024-07-19 18:33:10 +09:00
Author: https://github.com/awesomekling
Commit: 3024167cbd
12 changed files with 156 additions and 148 deletions
|
@ -252,15 +252,6 @@ static void init_stage2()
|
|||
Process::createKernelProcess(spawn_stress, "spawn_stress");
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
// It would be nice to exit this process, but right now it instantiates all kinds of things.
|
||||
// At the very least it needs to be made sure those things stick around as appropriate.
|
||||
DO_SYSCALL_A1(Syscall::PosixExit, 413);
|
||||
|
||||
kprintf("uh, we're still going after calling sys$exit...\n");
|
||||
HANG;
|
||||
#endif
|
||||
|
||||
for (;;) {
|
||||
//sleep(3600 * TICKS_PER_SECOND);
|
||||
asm("hlt");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue