[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Record used to return kernel information in UName function.
Source position: oldlinux.pp line 203
type utsname = packed record |
||
sysname: array [0..64] of Char; |
|
System name |
nodename: array [0..64] of Char; |
|
Computer name |
release: array [0..64] of Char; |
|
Release number |
version: array [0..64] of Char; |
|
Version number |
machine: array [0..64] of Char; |
|
Machine type |
domainname: array [0..64] of Char; |
|
Domain name |
end; |
The elements of this record are null-terminated C style strings, you cannot access them directly.
No notes exist for this page yet.