libk  Diff

Differences From Artifact [c5f65471b5]:

To Artifact [fb0cced6da]:


     1      1   ;; abi definition file for x86 linux 64-bit
     2      2   ; vim: ft=nasm
     3      3   
     4      4   ; syscall numbers - syscall table must be created first!
     5         -%include "calls.s"
            5  +%include "system_calls.s"
     6      6   
     7      7   ; extremely stupid freebsd-ism: expects the syscall to
     8      8   ; come from a function
     9      9   _syscall: int 0x80
    10     10             ret
    11     11   
    12     12   %define sys.call call _syscall