unit
base_gdt
unit
base_gdt
= {
imports
[
tss
:
TSS_T
segments
:
Segments_T
];
exports
[
gdt
:
GDT_T
];
...
}
Rendered using Haskell HTML Combinators