文件名称:LFYOS
介绍说明--下载内容均来自于网络,请自行研究使用
国内一位牛人自己开发的操作系统,已经基本完成操作系统的启动,任务调度,并且有一个简单的图形操作界面
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 27796726lfyos.zip 列表 dissertation/ dissertation/毕业论文/ dissertation/毕业论文/参考文献.doc dissertation/毕业论文/封面.doc dissertation/毕业论文/录用发表的和课题相关的文章.doc dissertation/毕业论文/摘要.doc dissertation/毕业论文/第一章 绪论.doc dissertation/毕业论文/第三章 操作系统体系结构研究.doc dissertation/毕业论文/第二章 相关技术及系统.doc dissertation/毕业论文/第六章 结论.doc dissertation/毕业论文/第四章 系统实现.doc dissertation/毕业论文/致谢.doc dissertation/毕业论文/附录一 国家自然科学基金同行专家通讯评议综合意见.doc dissertation/毕业论文/附录三 系统安装和加载.doc dissertation/毕业论文/附录二 主要数据结构.doc dissertation/毕业论文/附录四 编程手册.doc doc/ doc/handbook.htm doc/install.htm scr/ scr/bak scr/linux_test/ scr/linux_test/create.c scr/linux_test/map_zero.c scr/linux_test/pipe.c scr/linux_test/sem.c scr/linux_test/time_length scr/os/ scr/os/boot/ scr/os/boot/head.s scr/os/boot/int.s scr/os/boot/sys_gdt.s scr/os/boot/task.s scr/os/boot/timer.s scr/os/files scr/os/file_system/ scr/os/file_system/driver.c scr/os/file_system/enter_fs.s scr/os/file_system/file_system.c scr/os/include/ scr/os/include/os.h scr/os/include/platform.h scr/os/kernel/ scr/os/kernel/arch.h scr/os/kernel/arch1.c scr/os/kernel/arch2.c scr/os/kernel/arch3.c scr/os/kernel/call_kernel.h scr/os/kernel/capability.h scr/os/kernel/const.h scr/os/kernel/cpu.c scr/os/kernel/create.c scr/os/kernel/file.h scr/os/kernel/file_capability.c scr/os/kernel/function.h scr/os/kernel/init.c scr/os/kernel/kernel.h scr/os/kernel/kernel_struct.h scr/os/kernel/migrate.c scr/os/kernel/modify_pri.c scr/os/kernel/os_struct.h scr/os/kernel/p.c scr/os/kernel/process.h scr/os/kernel/ready_heap.c scr/os/kernel/reset_sem.c scr/os/kernel/resource.c scr/os/kernel/restore.s scr/os/kernel/return.c scr/os/kernel/routine.c scr/os/kernel/run_heap.c scr/os/kernel/save.s scr/os/kernel/sem_al.c scr/os/kernel/sem_move.c scr/os/kernel/sem_re.c scr/os/kernel/sem_time.c scr/os/kernel/set_time.c scr/os/kernel/system.s scr/os/kernel/system_call.c scr/os/kernel/thread.c scr/os/kernel/thread_heap.c scr/os/kernel/time.h scr/os/kernel/time_routine.c scr/os/kernel/v.c scr/os/main.c scr/os/makefile scr/os/memory/ scr/os/memory/arch.h scr/os/memory/arch1.c scr/os/memory/arch2.c scr/os/memory/arch3.c scr/os/memory/arch4.c scr/os/memory/attribute.c scr/os/memory/block_free.c scr/os/memory/call_mem.s scr/os/memory/call_memory.c scr/os/memory/call_memory.h scr/os/memory/clear_block.c scr/os/memory/control_file.c scr/os/memory/file.c scr/os/memory/file_system.c scr/os/memory/flush.c scr/os/memory/free_block.c scr/os/memory/init.c scr/os/memory/map_deal.c scr/os/memory/mark_accessed.c scr/os/memory/mark_modified.c scr/os/memory/memory.h scr/os/memory/memory_function.h scr/os/memory/memory_struct.h scr/os/memory/page.s scr/os/memory/page_fault.c scr/os/memory/prepare.c scr/os/memory/read_block.c scr/os/memory/read_write.c scr/os/memory/resource.c scr/os/memory/search_block.c scr/os/memory/touch_access.c scr/os/memory/touch_block.c scr/os/memory/unmap_deal.c scr/os/memory/wait_block.c scr/os/memory/wake_block.c scr/os/memory/write_block.c scr/os/my_lilo scr/os/platform/ scr/os/platform/call.s scr/os/platform/get.c scr/os/platform/input.s scr/os/platform/print.c scr/os/platform/prt.s scr/os/test/ scr/os/test/file.c scr/os/test/file_system.c scr/os/test/main.c scr/os/test/memory.c scr/os/test/test.c