# os_test **Repository Path**: shengbao/os_test ## Basic Information - **Project Name**: os_test - **Description**: os学习测试的代码仓 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-21 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # osPrj 这是一个os的项目,从引导扇区开始练习,逐步实现OS的各项功能。 ## 00 环境 - 运行环境-目前使用Boch来模拟硬件,启动自己开发的os,这样能很方便调试。下载(http://www.oldlinux.org/Linux.old/bochs/Bochs/bochs-2.6.1/Bochs-2.6.1.exe) - 代码仓-github,仓管理与提交代码等参考其他博客,有很多。 - 编译环境-vmware+ubuntu14.04,gcc系列工具链;以及linux服务器gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)。 - 编辑器-vscode。 - 记录-markdown,Typera。 ## 01 helloworld 从一个启动扇区开始,让计算器启动起来。 ## 02 保护模式