david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

All boot device drivers are now lumped together in boot_drivers

This commit is contained in:
Michael Brown 2005-04-12 16:46:15 +00:00
parent 6343381e25
commit 0effbefe6f
1 changed files with 3 additions and 6 deletions

View File

@ -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 = .;