浏览代码

Global struct dev is now in main.c

tags/v0.9.3
Michael Brown 21 年前
父节点
当前提交
bb293ca5c2
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      src/core/dev.c

+ 0
- 3
src/core/dev.c 查看文件

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

正在加载...
取消
保存