mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
All boot device drivers are now lumped together in boot_drivers
This commit is contained in:
parent
6343381e25
commit
0effbefe6f
@ -142,12 +142,9 @@ SECTIONS {
|
||||
*(.data.*)
|
||||
|
||||
/* Various tables */
|
||||
pci_drivers = .;
|
||||
*(.drivers.pci)
|
||||
pci_drivers_end = .;
|
||||
isa_drivers = .;
|
||||
*(.drivers.isa)
|
||||
isa_drivers_end = .;
|
||||
boot_drivers = .;
|
||||
*(.boot_drivers)
|
||||
boot_drivers_end = .;
|
||||
console_drivers = .;
|
||||
*(.drivers.console)
|
||||
console_drivers_end = .;
|
||||
|
Loading…
Reference in New Issue
Block a user