mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-04-14 19:58:37 +01:00
Set sys_pci_buses to 256 by default
This commit is contained in:
parent
bcb830e880
commit
5f3bdc637b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ MEM_E820:: DU8 MEM_E820_ENTRIES_NUM * sizeof(CMemE820) DUP (0);
|
||||||
MEM_PHYSICAL_SPACE:: DU64 0;
|
MEM_PHYSICAL_SPACE:: DU64 0;
|
||||||
SYS_GDT_PTR:: DU16 sizeof(CGDT) - 1;
|
SYS_GDT_PTR:: DU16 sizeof(CGDT) - 1;
|
||||||
DU64 0;
|
DU64 0;
|
||||||
SYS_PCI_BUSES:: DU16 0;
|
SYS_PCI_BUSES:: DU16 256;
|
||||||
|
|
||||||
ALIGN 16, OC_NOP
|
ALIGN 16, OC_NOP
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue