Re: [PATCH 0/5] basic syscall support on x86_64

2023-02-27 Thread Samuel Thibault
Luca Dariz, le lun. 27 févr. 2023 21:44:56 +0100, a ecrit: > This enables simple user-space programs compiled for x86_64. Regular > syscalls should work, RPCs are not yet properly working: > * the commit "fix port name copyin" is just to make simple rpc work > * To test the syscalls I patched mig t

[PATCH 0/5] basic syscall support on x86_64

2023-02-27 Thread Luca Dariz
This enables simple user-space programs compiled for x86_64. Regular syscalls should work, RPCs are not yet properly working: * the commit "fix port name copyin" is just to make simple rpc work * To test the syscalls I patched mig to not add the _Static_assert() statements, otherwise gnumach fail