“模板:Main2/Introduction”的版本间差异
跳到导航
跳到搜索
第14行: | 第14行: | ||
'''环境''' | '''环境''' | ||
* [[How kernel, compiler, and C library work together|内核编译器和C库是如何工作在一起的]] | * [[How kernel, compiler, and C library work together|内核编译器和C库是如何工作在一起的]] | ||
* | * 选择C语言以外的其它[[Languages|语言]] | ||
* [[UEFI]] and legacy [[BIOS]] (PC) | * [[UEFI]] and legacy [[BIOS]] (PC) | ||
* [[Inline Assembly]] (including [[Inline Assembly/Examples | examples]]) | * [[Inline Assembly]] (including [[Inline Assembly/Examples | examples]]) |
2022年2月19日 (六) 01:04的版本
基础信息
环境
- 内核编译器和C库是如何工作在一起的
- 选择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
测试和调试
开发
编译器开发