Go to the documentation of this file.
18 #ifndef __KERNEL_API_SYSTEMINFO_H
19 #define __KERNEL_API_SYSTEMINFO_H
Result
Enumeration of generic kernel API result codes.
unsigned long ulong
Unsigned long number.
ulong trapKernel1(ulong api, ulong arg1)
Perform a kernel trap with 1 argument.
unsigned long Address
A memory address.
unsigned int uint
Unsigned integer number.
API::Result SystemInfo(SystemInformation *info)
Prototype for user applications.
unsigned int Size
Any sane size indicator cannot go negative.
struct SystemInformation SystemInformation
System information structure.
API::Result SystemInfoHandler(SystemInformation *info)
Kernel prototype.