Expand description
Parameters for hypercalls.
Structs§
- Close
Params - Parameters for a
FileClose
hypercall. - Cmdsize
Params - Parameters for a
Cmdsize
hypercall which provides the lengths of the items in the argument end environment vector. - Cmdval
Params - Parameters for a
Cmdval
hypercall, which copies the arguments end environment of the application into the VM’s memory. - Exit
Params - Parameters for a
Exit
hypercall. - Lseek
Params - Parameters for a
FileLseek
hypercall - Open
Params - Parameters for a
FileOpen
hypercall. - Read
Params - Parameters for a
FileRead
hypercall. - Serial
Write Buffer Params - Parameters for a
SerialWriteBuffer
hypercall. - Unlink
Params - Parameters for a
FileUnlink
hypercall. - Write
Params - Parameters for a
FileWrite
hypercall.