createthreadremote.asm

Thread creation wrapper for high-level languages

Author

Marcel Sondaar

License

Public Domain

Summary
createthreadremote.asmThread creation wrapper for high-level languages
Functions
createthreadremoteRequest memory from the kernel

Functions

createthreadremote

Request memory from the kernel

in

  • Stack(1) = Starting address of the new thread
  • Stack(2) = Starting value for the stackpointer
  • Stack(3) = Location in memory to use
  • Stack(4) = Remote virtual address to map the thread structure
  • Stack(5) = Handle of the remote address space

out

EAXthe status of the operation