# protected_mode_learning **Repository Path**: redkaras/protected_mode_learning ## Basic Information - **Project Name**: protected_mode_learning - **Description**: x86保护模式学习记录 - **Primary Language**: Assembly - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-18 - **Last Updated**: 2024-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 引导扇区加载内存地址 0x7c00 文本显存缓存地址段 0xb800 新建硬盘镜像 bximage nasm编译 nasm example.asm -f bin -o example.bin -l example.lst dd复制文件到镜像文件 dd if=example.bin of=disk.img bs=512 skip=0 count=1 conv=notrunc bochs调试命令 b: 加断点 c: 连续运行 s: 单步 n: 下一步 r: 寄存器 sreg: 段寄存器 xp: