Syscall interface



Can anyone direct me to a description of the current syscall interface?

I've written a Forth compiler in assembly using the old Int80 mechanism and I want to convert to the new system, which I'm told is faster and cleaner but I can't find any useful info on accessing it via AL.

Thomas Worthington

.



Relevant Pages

  • Syscall interface
    ... Can anyone direct me to a description of the current syscall interface? ... I've written a Forth compiler using the old Int80 mechanism and I want to convert to the new system, which I'm told is faster and cleaner. ... Thomas Worthington ...
    (comp.os.linux)
  • Re: Syscall interface
    ... Thomas Worthington wrote: ... I've written a Forth compiler using the old Int80 mechanism and I want to convert to the new system, which I'm told is faster and cleaner. ...
    (comp.os.linux)