mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
All boot device drivers are now lumped together in boot_drivers
This commit is contained in:
@@ -142,12 +142,9 @@ SECTIONS {
|
|||||||
*(.data.*)
|
*(.data.*)
|
||||||
|
|
||||||
/* Various tables */
|
/* Various tables */
|
||||||
pci_drivers = .;
|
boot_drivers = .;
|
||||||
*(.drivers.pci)
|
*(.boot_drivers)
|
||||||
pci_drivers_end = .;
|
boot_drivers_end = .;
|
||||||
isa_drivers = .;
|
|
||||||
*(.drivers.isa)
|
|
||||||
isa_drivers_end = .;
|
|
||||||
console_drivers = .;
|
console_drivers = .;
|
||||||
*(.drivers.console)
|
*(.drivers.console)
|
||||||
console_drivers_end = .;
|
console_drivers_end = .;
|
||||||
|
|||||||
Reference in New Issue
Block a user