kernel.system.info
- struct System;
- This structure holds information about the system.
- static Memory memory;
- The information about RAM.
- static Region kernel;
- This region is specifically the kernel memory.
- static uint numRegions;
- Information about specific memory regions.
- static uint numModules;
- Information about modules that have been loaded
during the boot process.
- static uint numDisks;
- Information about disks available to the system.
- static uint numProcessors;
- Information about each processor available.
- static uint numDevices;
- Information about generic devices available on the system.
- static char[128LU] cmdlineStorage;
- Information about how the kernel was invoked by the bootloader.
This generally contains command line arguments from GRUB, for instance.
Page generated by Ddoc.