CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程

文件名称: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
相关搜索: 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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭