Moar fixes to pci.c and pci.h

This commit is contained in:
2023-10-18 19:15:44 -07:00
parent 6809c6f1bf
commit 168f9ebb62
4 changed files with 41 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
[BITS 16]
; Set up the segment registers
xor ax, ax
mov ds, ax
@@ -89,7 +91,7 @@ main:
; Wait for a key press to exit the loop
mov ah, 0x00
int 0x16
; Call the detect_disk function
call detect_disk