Source position: romboot_base.pas line 26
type tRomBootBase = record
LibNode: tLibrary;
ExecBase: pExecBase;
BootList: tList;
Reserved: array [0..3] of LongInt;
end;