forked from pepper-org/pepperOS
Upgrade VMM for processes
This commit is contained in:
@@ -42,6 +42,7 @@ void pedicel_main(void* arg)
|
||||
}
|
||||
|
||||
if (strncmp(input_buf, "syscall", 7) == 0) {
|
||||
__asm__ volatile("mov $0x00, %rdi");
|
||||
__asm__ volatile("int $0x80");
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user