diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-25 11:36:23 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-25 11:36:23 -0400 |
commit | 16f5d0443aa072d977517be45dcf9b0d12f584b4 (patch) | |
tree | a673b4889b0d4f4c3a5d355cceb884e1cc0e57d1 /kernel/syscall.c | |
parent | fmt (diff) | |
download | comus-16f5d0443aa072d977517be45dcf9b0d12f584b4.tar.gz comus-16f5d0443aa072d977517be45dcf9b0d12f584b4.tar.bz2 comus-16f5d0443aa072d977517be45dcf9b0d12f584b4.zip |
load init from ata and run it
Diffstat (limited to 'kernel/syscall.c')
-rw-r--r-- | kernel/syscall.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/syscall.c b/kernel/syscall.c index 7944f46..12db401 100644 --- a/kernel/syscall.c +++ b/kernel/syscall.c @@ -91,7 +91,4 @@ void syscall_handler(struct cpu_regs *regs) // save return value current_pcb->regs->rax = ret; - - // switch back to process ctx - mem_ctx_switch(current_pcb->memctx); } |