⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 files.pc

📁 C++ 编写的EROS RTOS
💻 PC
字号:
## Copyright (C) 1998, 1999, Jonathan S. Shapiro.## This file is part of the EROS Operating System.## This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2,# or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.#file("kernel/kern_main.cxx")file("arch/i486/kernel/memory.S")file("arch/i486/kernel/interrupt.S")file("arch/i486/kernel/Invoke.cxx")file("arch/i486/kernel/IPC-vars.cxx")file("arch/i486/kernel/IpcTrap.cxx")file("arch/i486/kernel/IntTrap.cxx")file("arch/i486/kernel/setjmp.S")file("kernel/kern_Invoke.cxx")file("arch/i486/kernel/UserContextIPC.cxx")file("arch/i486/kernel/UserContextInvoke.cxx")file("arch/i486/kernel/gdtasm.S")file("arch/i486/kernel/GDT-table.cxx")file("kernel/kern_IRQ.cxx")## Machine-specific debugger object files:#file("arch/i486/ddb/db_interface.cxx", ddb)file("arch/i486/ddb/db_disasm.cxx", ddb)file("arch/i486/ddb/db_trace.cxx", ddb)# Capability invocation stub for self-invocation by kernel processes:file("arch/i486/capstubs/call.S")# Driver-related _objects#file("arch/i486/device/net_3c509.cxx")file("arch/i486/device/net_3c59x.cxx", ifdevice("3c59x"))file("arch/i486/device/ide_ide.cxx", ifdevice("ide"))file("arch/i486/device/ide_drive.cxx", ifdevice("ide"))file("arch/i486/device/ide_chipset.cxx", ifdevice("ide"))# machine-specific objects not related to IPCfile("arch/i486/kernel/IDT.cxx")file("arch/i486/kernel/TSS.cxx")file("arch/i486/kernel/HardClock.cxx")file("arch/i486/kernel/CMOS.cxx")file("arch/i486/kernel/Thread386.cxx")file("arch/i486/kernel/KernContext.cxx")file("arch/i486/kernel/ReservedFault.cxx")file("arch/i486/kernel/PageFault.cxx")file("arch/i486/kernel/PseudoInstr.cxx")file("arch/i486/kernel/DebugException.cxx")file("arch/i486/kernel/BadOpcode.cxx")file("arch/i486/kernel/DivZeroFault.cxx")file("arch/i486/kernel/GPFault.cxx")file("arch/i486/kernel/SSFault.cxx")file("arch/i486/kernel/SegPresFault.cxx")file("arch/i486/kernel/BptTrap.cxx")file("arch/i486/kernel/FpuTrap.cxx")file("arch/i486/kernel/UserContext.cxx")file("arch/i486/kernel/BIOS32.cxx")file("arch/i486/kernel/Machine.cxx")file("arch/i486/kernel/SysTrace.S")file("arch/i486/kernel/IRQ386.cxx")file("arch/i486/kernel/GDT.cxx")file("arch/i486/kernel/longjmp.S")# This one is unconditionally included so that we can show status on# the way up:file("arch/i486/kernel/ConsoleStream.cxx")file("arch/i486/kernel/SerialStream.cxx", ddb_on_tty0)include("../../../files.common")

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -