“模板:Main2/Introduction”的版本间差异
跳到导航
跳到搜索
第5行: | 第5行: | ||
* [[Getting Started|起步指南]] | * [[Getting Started|起步指南]] | ||
* [[How To Ask Questions|如何提问]] | * [[How To Ask Questions|如何提问]] | ||
* [[GCC Cross-Compiler]] | * [[GCC Cross-Compiler|GCC交叉编译器]] | ||
* [[What Order Should I Make Things In?]] | * [[What Order Should I Make Things In?]] | ||
* [[Licensing]] | * [[Licensing]] |
2022年2月14日 (一) 12:47的版本
基础信息
- 前言
- 所需知识
- 起步错误
- 起步指南
- 如何提问
- GCC交叉编译器
- What Order Should I Make Things In?
- Licensing
- Tutorials
- Frequently Asked Questions
环境
- 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
测试和调试
开发
编译器开发