mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-10-14 13:35:07 -07:00
Moar fixes to pci.c and pci.h
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user