文件名称:mouseOS 源码
- 所属分类:
- 汇编语言
- 资源属性:
- [ASM] [源码]
- 上传时间:
- 2011-12-21
- 文件大小:
- 72.83kb
- 下载次数:
- 1次
- 提 供 者:
- yhb0137@eyou.com
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
mouseOS 说明: * mouseOS 是用纯汇编语言写的,编译器使用 nasm * 基于 AMD64(x64 体系),同样适合 Intel64 体系,mouseOS 是 64 位的 OS * 最纯粹、原始的编码方式。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : mouseos.rar 列表 program/sysinfo program/sysinfo.asm routine/routine routine/routine.asm routine/routine.dep services/services.asm services/syscall.asm boot/aa boot/boot boot/boot..dep boot/boot.asm boot/boot.dep boot/setup boot/setup.asm boot/setup.dep driver/dma driver/dma.asm driver/driver driver/driver.asm driver/driver.dep driver/floppy.asm driver/keyboard.asm driver/pic8259A.asm driver/pit8253.asm driver/vga.asm include/driver/dma.inc include/driver/driver.inc include/driver/floppy.inc include/driver/keyboard.inc include/driver/pic8259A.inc include/driver/ports.inc include/driver_export.inc include/macro.inc include/mickey_export.inc include/mouseos.inc include/process/process.inc include/routine_export.inc include/syscall.inc include/sys_struct.inc init/init init/init.asm init/init.dep interrupt/interrupt.asm kernel/loader.asm kernel/mickey.asm kernel/mickey.dep kernel/shell.asm libc/libc libc/libc.asm libc/libc_export.inc libc/printf.asm libc/string.asm mem/mem.asm mem/page.asm process/process.asm process/switch.asm include/driver include/process program routine services boot driver include init interrupt kernel libc mem process kernel/mickey kernel/shell mouseOS.img