JCL Help:TCyrixSpecific
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TCyrixSpecific Record
[+] JclSysInfo.pas Records
[+] TCyrixSpecific Fields
Search in JCL Help
Search in all projects
Summary
Describes the cache of a Cyrix processor.
Pascal
public TCyrixSpecific = record
L1CacheInfo: array [0..3] of Byte;
TLBInfo: array [0..3] of Byte;
end;
Members
Members | Description |
L1CacheInfo: array [0..3] of Byte; | Describes the level 1 cache. If an entry contains the value $80 it denotes a '16KB L1 Cache, 4-way set associative, 16 byte line size' cache. |
TLBInfo: array [0..3] of Byte; | Describes the TLB. If an entry contains the value $70 it denotes a 'TLB, 4Kb pages, 4-way set associative, 32 entries' TLB. |
Description
Describes the cache of a Cyrix processor.
About
Unit
Donator
Bryan Coutch
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page