[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 15/15] enable syscalls on x86_64
From: |
Luca Dariz |
Subject: |
[PATCH 15/15] enable syscalls on x86_64 |
Date: |
Tue, 28 Jun 2022 12:10:54 +0200 |
Signed-off-by: Luca Dariz <luca@orpolo.org>
---
x86_64/locore.S | 3 ---
1 file changed, 3 deletions(-)
diff --git a/x86_64/locore.S b/x86_64/locore.S
index 198ac40a..615a2105 100644
--- a/x86_64/locore.S
+++ b/x86_64/locore.S
@@ -1056,9 +1056,6 @@ syscall_entry_2:
pushq %rax /* save system call number */
pushq $0 /* clear trap number slot */
-// TODO: test it before dropping ud2
- ud2
-
pusha /* save the general registers */
movq %ds,%rdx /* and the segment registers */
pushq %rdx
--
2.30.2
- [PATCH 03/15] fix argument passing to bootstrap modules, (continued)
- [PATCH 03/15] fix argument passing to bootstrap modules, Luca Dariz, 2022/06/28
- [PATCH 06/15] kmsg: fix msg body alignment, Luca Dariz, 2022/06/28
- [PATCH 09/15] x86_64: fix exception stack alignment, Luca Dariz, 2022/06/28
- [PATCH 04/15] compute mach port size from the corresponding type, Luca Dariz, 2022/06/28
- [PATCH 05/15] sign-extend mask in vm_map() with 32-bit userspace, Luca Dariz, 2022/06/28
- [PATCH 08/15] use port name type in mach_port_names(), Luca Dariz, 2022/06/28
- [PATCH 10/15] x86_64: expand and shrink messages in copy{in, out}msg routines, Luca Dariz, 2022/06/28
- [PATCH 02/15] simplify ipc_kmsg_copyout_body() usage, Luca Dariz, 2022/06/28
- [PATCH 07/15] fix host_info structure definition, Luca Dariz, 2022/06/28
- [PATCH 11/15] update syscall signature with rpc_vm_* and mach_port_name_t, Luca Dariz, 2022/06/28
- [PATCH 15/15] enable syscalls on x86_64,
Luca Dariz <=
- [PATCH 14/15] hack vm memory object proxy creation for vm arrays, Luca Dariz, 2022/06/28
- [PATCH 13/15] cleanup headers in printf.c, Luca Dariz, 2022/06/28
- [PATCH 12/15] fix warnings for 32 bit builds, Luca Dariz, 2022/06/28