搜索资源列表
bootsect
- 自己以前写的 引导扇区代码。包括: fat12.asm fat16.asm fat32.asm
bootsect
- 部分常用系统的引导程序-part of the guidance system used procedures
dema
- bootsect 在屏幕上打印p 仿于渊的那本自己动手写操作系统-bootsect print red p on the screen follow the book written by yuan yu
bootsect
- 引导扇区源代码注释,用于描述系统的引导过程-Boot sector source code annotations, used to describe the system boot process
vs
- My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4