浏览代码

16-bit PCI BIOS interface also now known to work.

tags/v0.9.3
Michael Brown 19 年前
父节点
当前提交
17aad49028
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      src/arch/i386/core/pci_io.c

+ 0
- 2
src/arch/i386/core/pci_io.c 查看文件

@@ -18,8 +18,6 @@
18 18
 #include "realmode.h"
19 19
 #endif
20 20
 
21
-#define DEBUG_PCI_IO
22
-
23 21
 #undef DBG
24 22
 #ifdef DEBUG_PCI_IO
25 23
 #define DBG(...) printf ( __VA_ARGS__ )

正在加载...
取消
保存