文件名称:myOS
介绍说明--下载内容均来自于网络,请自行研究使用
本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理
文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件
3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理.
本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1. 2. 3. multi-process system clock 4. 5. keyboard interrupt system calls door 6.Shell 7. Display 8. Memory Management
Folder has 4: 1.Boot: used as a move into the operating system kernel 2. include: mainly used for loading the header file
3.kernel: kernel main function, as well as used as a header file include.h compiled 4.Thread: process scheduling, and time sheet processing.
The operating system is suitable for beginners to practice hand.
文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件
3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理.
本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1. 2. 3. multi-process system clock 4. 5. keyboard interrupt system calls door 6.Shell 7. Display 8. Memory Management
Folder has 4: 1.Boot: used as a move into the operating system kernel 2. include: mainly used for loading the header file
3.kernel: kernel main function, as well as used as a header file include.h compiled 4.Thread: process scheduling, and time sheet processing.
The operating system is suitable for beginners to practice hand.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
操作系统\Boot\boot.nas
........\....\INC\fat12hdr.inc
........\....\...\graphic.inc
........\....\...\load.inc
........\....\...\pm.inc
........\....\loader - 副本.nas
........\....\loader.nas
........\include\FATFS.h
........\.......\GDTAndGate.h
........\.......\global.h
........\.......\graphic.h
........\.......\hankaku.h
........\.......\keyboard.h
........\.......\mem.h
........\.......\Thread.h
........\kernel\callgate.c
........\......\FATFS.c
........\......\fifo.c
........\......\graphic.c
........\......\include.h
........\......\Instruction.c
........\......\int.nas
........\......\int1.nas
........\......\kernel.nas
........\......\keyboard.c
........\......\main.c
........\......\memory.c
........\......\protect.c
........\......\shell.c
........\......\start.c
........\......\string.c
........\makeall
........\makeclean
........\Makefile
........\run.img
........\Thread\Schuduling.c
........\Boot\INC
........\Boot
........\include
........\kernel
........\Thread
操作系统