245d09b056
But something's wrong with the GDT Next up is a Serial Console
7 lines
224 B
C
Executable File
7 lines
224 B
C
Executable File
#pragma once
|
|
|
|
void gdt_set_gate(int, unsigned long, unsigned long, unsigned char, unsigned char);
|
|
void gdt_install();
|
|
|
|
void idt_set_gate(unsigned char, unsigned long, unsigned short, unsigned char);
|
|
void idt_install(); |