files.ocelot
来自「MIPS处理器的bootloader,龙芯就是用的修改过的PMON2」· OCELOT 代码 · 共 38 行
OCELOT
38 行
# $Id: files.Ocelot,v 1.4 2002/08/06 20:43:56 pefo Exp $## Ocelot-G Target specific files#file Targets/Ocelot/pci/pci_machdep.cfile Targets/Ocelot/Ocelot/tgt_machdep.cdefine localbus { [base = -1 ] }device localbusattach localbus at mainbusfile Targets/Ocelot/dev/localbus.c localbus## Media Indepedent Interface (mii)#include "sys/dev/mii/files.mii"# Various PCI bridgesinclude "sys/dev/pci/files.pci"## Machine-independent ATAPI drivers#include "sys/dev/ata/files.ata"## SCSI framework#include "sys/scsi/files.scsi"## Custom application files#include "pmon/custom/files.custom"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?