“模板:Main2/Introduction”的版本间差异
跳到导航
跳到搜索
(创建页面,内容为“'''Basic Information''' * Introduction * Required Knowledge * Beginner Mistakes * Getting Started * How To Ask Questions * GCC Cross-Compiler * What Order Should I Make Things In? * Licensing * Tutorials * '''Frequently Asked Questions''' <div style="text-align: right; margin: 0; padding: 0;"><small>more...</small></div> '''Environment''' * How kernel, compiler, and C library…”) |
|||
第1行: | 第1行: | ||
'''Basic Information''' | '''Basic Information''' | ||
* [[Introduction]] | * [[Introduction|前言]] | ||
* [[Required Knowledge]] | * [[Required Knowledge]] | ||
* [[Beginner Mistakes]] | * [[Beginner Mistakes]] |
2022年2月10日 (四) 02:24的版本
Basic Information
- 前言
- Required Knowledge
- Beginner Mistakes
- Getting Started
- How To Ask Questions
- GCC Cross-Compiler
- What Order Should I Make Things In?
- Licensing
- Tutorials
- Frequently Asked Questions
Environment
- 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
Example OS Organization
Booting and Setup
- Boot Sequence
- Diskless Booting
- The Global Descriptor Table and a GDT Tutorial
- Interrupts
- Getting Keyboard Input
Testing and Debugging
Development
Compiler Development