Differences From Artifact [2072c8d435]:
- File arch/x86.lin.64.s — part of check-in [a8d93823f1] at 2019-08-18 13:42:35 on branch trunk — add functions, generate C syscall table (user: lexi, size: 203) [annotate] [blame] [check-ins using]
To Artifact [a477b8d971]:
- File arch/x86.lin.64.s — part of check-in [37b0cfaa06] at 2019-08-18 17:56:41 on branch trunk — revamp arch/ makefile, add generic syscall fn on posix, rewrite kiosend() to use k_platform_syscall instead of k_platform_write (user: lexi, size: 210) [annotate] [blame] [check-ins using]
1 1 ;; abi definition file for x86 linux 64-bit 2 2 ; vim: ft=nasm 3 3 4 4 ; syscall64 numbers - syscall table must be created first! 5 -%include "calls.s" 5 +%include "system_calls.s" 6 6 7 7 ; linux uses the common x86-64 ABI 8 8 %include "x86.syscall.64.s" 9 9