Kintsugi OS 0.4.0
x86 Monolithic OS
Loading...
Searching...
No Matches
gdt.h
Go to the documentation of this file.
1#ifndef GDT_H
2#define GDT_H
3
4#include "../kklibc/ctypes.h"
5
14
15typedef struct {
18} __attribute__((packed)) gdt_register_t;
19
20void gdt_install();
21
22#endif
unsigned int u32
Definition ctypes.h:11
unsigned short u16
Definition ctypes.h:13
unsigned char u8
Definition ctypes.h:15
void gdt_install()
Definition gdt.c:18
Структура загрузочного сектора FAT12.
Definition gdt.h:6
u8 base_high
Definition gdt.h:12
u16 base_low
Definition gdt.h:8
u8 granularity
Definition gdt.h:11
u8 access
Definition gdt.h:10
u32 base
Definition gdt.h:17
u8 base_middle
Definition gdt.h:9
u16 limit
Definition gdt.h:16
u16 limit_low
Definition gdt.h:7