“模板:Main2/Introduction”的版本间差异
跳到导航
跳到搜索
第9行: | 第9行: | ||
* [[Licensing|许可证选择]] | * [[Licensing|许可证选择]] | ||
* [[Tutorials|教程清单]] | * [[Tutorials|教程清单]] | ||
* '''[[:Category:FAQ| | * '''[[:Category:FAQ|FAQ 常见问题清单]]''' | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:OS Development|more...]]</small></div> | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:OS Development|more...]]</small></div> | ||
2022年2月17日 (四) 10:44的版本
基础信息
环境
- How kernel, compiler, and C library work together
- Using other Languages than C
- UEFI and legacy BIOS (PC)
- Inline Assembly (including examples)
- Object Files and relocation
Bare Bones / Baby Steps
- Bare Bones (C and C++)
- Ada Bare Bones
- C Sharp Bare Bones
- D Bare Bones
- FreeBasic Bare Bones
- Go Bare Bones
- Pascal Bare Bones
- Stivale Bare Bones
- The BabyStep Tutorial
操作系统组织示例
引导和设置
- Boot Sequence
- Diskless Booting
- The Global Descriptor Table and a GDT Tutorial
- Interrupts
- Getting Keyboard Input
测试和调试
开发
编译器开发