文件名称:EKernel_1_0
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:169.76kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Murphy 大俠 GPL 的 C++/x86 RTOS, 支持 MMU, 用戶/核心 模式區隔.
http://hpc.ee.ntu.edu.tw/~murphy/me/EKernel.html
part 1 of 3: kernel-Murphy heroes GPL' s C++/x86 RTOS, support MMU, user/kernel-mode segmentation. Http://hpc.ee.ntu.edu.tw/ ~ murphy/me/EKernel.html part 1 of 3: kernel
http://hpc.ee.ntu.edu.tw/~murphy/me/EKernel.html
part 1 of 3: kernel-Murphy heroes GPL' s C++/x86 RTOS, support MMU, user/kernel-mode segmentation. Http://hpc.ee.ntu.edu.tw/ ~ murphy/me/EKernel.html part 1 of 3: kernel
相关搜索: RTOS
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ADT/
ADT/Array.h
ADT/List.h
ADT/Makefile
ADT/Queue.h
ChangeLog
Config.h
Hardware/
Hardware/InterruptController.h
Hardware/Makefile
Hardware/MMU.h
Hardware/Pentium/
Hardware/Pentium/context_switch.asm
Hardware/Pentium/cpuid.cc
Hardware/Pentium/cpuid.h
Hardware/Pentium/GDT.cc
Hardware/Pentium/GDT.h
Hardware/Pentium/IDT.cc
Hardware/Pentium/IDT.h
Hardware/Pentium/Intel8259InterruptController.cc
Hardware/Pentium/Intel8259InterruptController.h
Hardware/Pentium/IO.h
Hardware/Pentium/Makefile
Hardware/Pentium/PageDirectory.cc
Hardware/Pentium/PageDirectory.h
Hardware/Pentium/PageTable.cc
Hardware/Pentium/PageTable.h
Hardware/Pentium/PentiumMMU.cc
Hardware/Pentium/PentiumMMU.h
Hardware/Pentium/PentiumProcessor.cc
Hardware/Pentium/PentiumProcessor.h
Hardware/Pentium/proc_reg.h
Hardware/Pentium/seg.h
Hardware/Pentium/system_call_stub.asm
Hardware/Pentium/Trap.cc
Hardware/Pentium/Trap.h
Hardware/Pentium/trap_tab.asm
Hardware/Pentium/trigger_timer_interrupt.asm
Hardware/Pentium/TSS.cc
Hardware/Pentium/TSS.h
Hardware/Processor.cc
Hardware/Processor.h
Initialize/
Initialize/Globals.cc
Initialize/Globals.h
Initialize/Initialize.cc
Initialize/Initialize.h
Initialize/Makefile
Initialize/PENTIUM/
Initialize/PENTIUM/entry.asm
Initialize/PENTIUM/Makefile
Initialize/PENTIUM/multi_boot.h
Initialize/PENTIUM/multi_boot_dump.cc
Initialize/PENTIUM/multi_boot_find.cc
Initialize/PENTIUM/multi_boot_main.cc
Initialize/PENTIUM/PentiumMain.cc
Kernel/
kernel.bin
kernel.map
Kernel/Event/
Kernel/Event/CreateEvent.cc
Kernel/Event/Event.cc
Kernel/Event/Event.h
Kernel/Event/Makefile
Kernel/Event/OpenEvent.cc
Kernel/Event/SCEvent.cc
Kernel/Interrupt/
Kernel/Interrupt/HookInterrupt.cc
Kernel/Interrupt/InterruptDispatcher.cc
Kernel/Interrupt/InterruptDispatcher.h
Kernel/Interrupt/Makefile
Kernel/kernel_critical.cc
Kernel/kernel_critical.h
Kernel/Makefile
Kernel/Message/
Kernel/Message/CreateMessageQueue.cc
Kernel/Message/Makefile
Kernel/Message/Message.h
Kernel/Message/MessageQueue.cc
Kernel/Message/MessageQueue.h
Kernel/Message/OpenMessageQueue.cc
Kernel/Message/SCMessageQueue.cc
Kernel/Mutex/
Kernel/Mutex/CreateMutex.cc
Kernel/Mutex/Makefile
Kernel/Mutex/Mutex.cc
Kernel/Mutex/Mutex.h
Kernel/Mutex/OpenMutex.cc
Kernel/Mutex/SCMutex.cc
Kernel/Process/
Kernel/Process/CreateProcess.cc
Kernel/Process/Makefile
Kernel/Process/Process.cc
Kernel/Process/Process.h
Kernel/Process/SCFree.cc
Kernel/Process/SCMalloc.cc
Kernel/Scheduler/
Kernel/Scheduler/Makefile
Kernel/Scheduler/Scheduler.cc
Kernel/Scheduler/Scheduler.h
Kernel/Semaphore/
Kernel/Semaphore/CreateSemaphore.cc
Kernel/Semaphore/Makefile
Kernel/Semaphore/OpenSemaphore.cc
Kernel/Semaphore/SCSemaphore.cc
Kernel/Semaphore/Semaphore.cc
Kernel/Semaphore/Semaphore.h
Kernel/SystemCall/
Kernel/SystemCall/Makefile
Kernel/SystemCall/SystemCall.h
Kernel/SystemCall/SystemCallDispatcher.cc
Kernel/SystemCall/SystemCallDispatcher.h
Kernel/Thread/
Kernel/Thread/CreateThread.cc
Kernel/Thread/Makefile
Kernel/Thread/SCThread.cc
Kernel/Thread/TerminateThread.cc
Kernel/Thread/Thread.cc
Kernel/Thread/Thread.h
LibC/
LibC/assert/
LibC/assert/assert.cc
LibC/assert/assert.h
LibC/assert/Makefile
LibC/djgpp/
LibC/djgpp/libgcc2.cc
LibC/Makefile
LibC/malloc/
LibC/malloc/free.cc
LibC/malloc/Makefile
LibC/malloc/malloc.cc
LibC/malloc/malloc.h
LibC/stdio/
LibC/stdio/critical.cc
LibC/stdio/dcget.cc
LibC/stdio/doprnt.cc
LibC/stdio/doprnt.h
LibC/stdio/Makefile
LibC/stdio/printf.cc
LibC/stdio/puts.cc
LibC/stdio/screen_output.cc
LibC/stdio/screen_output.h
LibC/stdio/serial_io.cc
LibC/stdio/serial_io.h
LibC/stdio/sprintf.cc
LibC/stdio/stdio.h
LibC/String/
LibC/String/bcopy.cc
LibC/String/bzero.cc
LibC/String/Makefile
LibC/String/memcmp.cc
LibC/String/Pentium/
LibC/String/Pentium/Makefile
LibC/String/Pentium/memcpy.asm
LibC/String/Pentium/memmove.asm
LibC/String/Pentium/memset.asm
LibC/String/strcmp.cc
LibC/String/strcpy.cc
LibC/String/string.h
LibC/String/strlen.cc
LibExec/
LibExec/coff.h
Makefile
MemoryManager/
MemoryManager/Makefile
MemoryManager/MemoryManager.cc
MemoryManager/MemoryManager.h
Pentium.mk
StrongArm.mk
Types.h
ADT/Array.h
ADT/List.h
ADT/Makefile
ADT/Queue.h
ChangeLog
Config.h
Hardware/
Hardware/InterruptController.h
Hardware/Makefile
Hardware/MMU.h
Hardware/Pentium/
Hardware/Pentium/context_switch.asm
Hardware/Pentium/cpuid.cc
Hardware/Pentium/cpuid.h
Hardware/Pentium/GDT.cc
Hardware/Pentium/GDT.h
Hardware/Pentium/IDT.cc
Hardware/Pentium/IDT.h
Hardware/Pentium/Intel8259InterruptController.cc
Hardware/Pentium/Intel8259InterruptController.h
Hardware/Pentium/IO.h
Hardware/Pentium/Makefile
Hardware/Pentium/PageDirectory.cc
Hardware/Pentium/PageDirectory.h
Hardware/Pentium/PageTable.cc
Hardware/Pentium/PageTable.h
Hardware/Pentium/PentiumMMU.cc
Hardware/Pentium/PentiumMMU.h
Hardware/Pentium/PentiumProcessor.cc
Hardware/Pentium/PentiumProcessor.h
Hardware/Pentium/proc_reg.h
Hardware/Pentium/seg.h
Hardware/Pentium/system_call_stub.asm
Hardware/Pentium/Trap.cc
Hardware/Pentium/Trap.h
Hardware/Pentium/trap_tab.asm
Hardware/Pentium/trigger_timer_interrupt.asm
Hardware/Pentium/TSS.cc
Hardware/Pentium/TSS.h
Hardware/Processor.cc
Hardware/Processor.h
Initialize/
Initialize/Globals.cc
Initialize/Globals.h
Initialize/Initialize.cc
Initialize/Initialize.h
Initialize/Makefile
Initialize/PENTIUM/
Initialize/PENTIUM/entry.asm
Initialize/PENTIUM/Makefile
Initialize/PENTIUM/multi_boot.h
Initialize/PENTIUM/multi_boot_dump.cc
Initialize/PENTIUM/multi_boot_find.cc
Initialize/PENTIUM/multi_boot_main.cc
Initialize/PENTIUM/PentiumMain.cc
Kernel/
kernel.bin
kernel.map
Kernel/Event/
Kernel/Event/CreateEvent.cc
Kernel/Event/Event.cc
Kernel/Event/Event.h
Kernel/Event/Makefile
Kernel/Event/OpenEvent.cc
Kernel/Event/SCEvent.cc
Kernel/Interrupt/
Kernel/Interrupt/HookInterrupt.cc
Kernel/Interrupt/InterruptDispatcher.cc
Kernel/Interrupt/InterruptDispatcher.h
Kernel/Interrupt/Makefile
Kernel/kernel_critical.cc
Kernel/kernel_critical.h
Kernel/Makefile
Kernel/Message/
Kernel/Message/CreateMessageQueue.cc
Kernel/Message/Makefile
Kernel/Message/Message.h
Kernel/Message/MessageQueue.cc
Kernel/Message/MessageQueue.h
Kernel/Message/OpenMessageQueue.cc
Kernel/Message/SCMessageQueue.cc
Kernel/Mutex/
Kernel/Mutex/CreateMutex.cc
Kernel/Mutex/Makefile
Kernel/Mutex/Mutex.cc
Kernel/Mutex/Mutex.h
Kernel/Mutex/OpenMutex.cc
Kernel/Mutex/SCMutex.cc
Kernel/Process/
Kernel/Process/CreateProcess.cc
Kernel/Process/Makefile
Kernel/Process/Process.cc
Kernel/Process/Process.h
Kernel/Process/SCFree.cc
Kernel/Process/SCMalloc.cc
Kernel/Scheduler/
Kernel/Scheduler/Makefile
Kernel/Scheduler/Scheduler.cc
Kernel/Scheduler/Scheduler.h
Kernel/Semaphore/
Kernel/Semaphore/CreateSemaphore.cc
Kernel/Semaphore/Makefile
Kernel/Semaphore/OpenSemaphore.cc
Kernel/Semaphore/SCSemaphore.cc
Kernel/Semaphore/Semaphore.cc
Kernel/Semaphore/Semaphore.h
Kernel/SystemCall/
Kernel/SystemCall/Makefile
Kernel/SystemCall/SystemCall.h
Kernel/SystemCall/SystemCallDispatcher.cc
Kernel/SystemCall/SystemCallDispatcher.h
Kernel/Thread/
Kernel/Thread/CreateThread.cc
Kernel/Thread/Makefile
Kernel/Thread/SCThread.cc
Kernel/Thread/TerminateThread.cc
Kernel/Thread/Thread.cc
Kernel/Thread/Thread.h
LibC/
LibC/assert/
LibC/assert/assert.cc
LibC/assert/assert.h
LibC/assert/Makefile
LibC/djgpp/
LibC/djgpp/libgcc2.cc
LibC/Makefile
LibC/malloc/
LibC/malloc/free.cc
LibC/malloc/Makefile
LibC/malloc/malloc.cc
LibC/malloc/malloc.h
LibC/stdio/
LibC/stdio/critical.cc
LibC/stdio/dcget.cc
LibC/stdio/doprnt.cc
LibC/stdio/doprnt.h
LibC/stdio/Makefile
LibC/stdio/printf.cc
LibC/stdio/puts.cc
LibC/stdio/screen_output.cc
LibC/stdio/screen_output.h
LibC/stdio/serial_io.cc
LibC/stdio/serial_io.h
LibC/stdio/sprintf.cc
LibC/stdio/stdio.h
LibC/String/
LibC/String/bcopy.cc
LibC/String/bzero.cc
LibC/String/Makefile
LibC/String/memcmp.cc
LibC/String/Pentium/
LibC/String/Pentium/Makefile
LibC/String/Pentium/memcpy.asm
LibC/String/Pentium/memmove.asm
LibC/String/Pentium/memset.asm
LibC/String/strcmp.cc
LibC/String/strcpy.cc
LibC/String/string.h
LibC/String/strlen.cc
LibExec/
LibExec/coff.h
Makefile
MemoryManager/
MemoryManager/Makefile
MemoryManager/MemoryManager.cc
MemoryManager/MemoryManager.h
Pentium.mk
StrongArm.mk
Types.h
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.