[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'oldlinux' (#rtl)

utsname

Record used to return kernel information in UName function.

Declaration

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;

Description

The elements of this record are null-terminated C style strings, you cannot access them directly.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.