Basic PCI Enumeration

This commit is contained in:
2021-11-25 22:05:16 +01:00
parent 23ede25ed6
commit ec654143c6
8 changed files with 120 additions and 171 deletions

View File

@ -52,10 +52,6 @@ void initGDT(){
LoadGlobalDescriptorTable();
while (true)
asm volatile("hlt");
}