Skip to content

FS_SysInfo

ufrisk edited this page Aug 3, 2020 · 12 revisions

The sysinfo directory

The directory sysinfo exists as a sub-directory to the file system root.

The directory contains directories and files displaying various system information.

The files in the sysinfo directory are listed in the table below:

File Description
computername.txt Name of the computer
version.txt Operating system version on format: major.minor.build
version-major.txt Operating system major version
version-minor.txt Operating system minor version
version-build.txt Operating system build number

Files in the sysinfo directory and sub-directories are read-only.

Example

The example shows the sysinfo directory, the computer name and operating system version.

For Developers

The sysinfo sub-directory is implemented as a built-in native C-code plugin. The plugin source is located in the file m_sysinfo.c in the vmm project.

Clone this wiki locally