Procházet zdrojové kódy

Global struct dev is now in main.c

tags/v0.9.3
Michael Brown před 19 roky
rodič
revize
bb293ca5c2
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0
    3
      src/core/dev.c

+ 0
- 3
src/core/dev.c Zobrazit soubor

@@ -9,9 +9,6 @@ extern struct boot_driver boot_drivers_end[];
9 9
 /* Current attempted boot driver */
10 10
 static struct boot_driver *boot_driver = boot_drivers;
11 11
 
12
-/* Current boot device */
13
-struct dev dev;
14
-
15 12
 /* Print all drivers */
16 13
 void print_drivers ( void ) {
17 14
 	struct boot_driver *driver;

Načítá se…
Zrušit
Uložit