“模板:Main2/Introduction”的版本间差异
跳到导航
跳到搜索
第12行: | 第12行: | ||
<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> | ||
''' | '''环境''' | ||
* [[How kernel, compiler, and C library work together]] | * [[How kernel, compiler, and C library work together]] | ||
* Using other [[Languages]] than C | * Using other [[Languages]] than C | ||
第32行: | 第32行: | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Bare bones tutorials|more...]]</small></div> | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Bare bones tutorials|more...]]</small></div> | ||
''' | '''操作系统组织示例''' | ||
* [[Meaty Skeleton]] | * [[Meaty Skeleton]] | ||
第44行: | 第44行: | ||
''' | '''测试和调试''' | ||
* [[Troubleshooting]] | * [[Troubleshooting]] | ||
* [[Testing]] | * [[Testing]] | ||
第52行: | 第52行: | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Troubleshooting|more...]]</small></div> | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Troubleshooting|more...]]</small></div> | ||
''' | '''开发''' | ||
* [[Going Further on x86]] | * [[Going Further on x86]] | ||
* [[Creating an Operating System]] | * [[Creating an Operating System]] | ||
第58行: | 第58行: | ||
''' | '''编译器开发''' | ||
* [[Compiler|What's a compiler?]] | * [[Compiler|What's a compiler?]] | ||
* [[Making a Compiler | Making a Compiler (Theory)]] | * [[Making a Compiler | Making a Compiler (Theory)]] |
2022年2月11日 (五) 06:36的版本
基础信息
- 前言
- 所需知识
- Beginner Mistakes
- Getting Started
- How To Ask Questions
- GCC Cross-Compiler
- 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
操作系统组织示例
Booting and Setup
- Boot Sequence
- Diskless Booting
- The Global Descriptor Table and a GDT Tutorial
- Interrupts
- Getting Keyboard Input
测试和调试
开发
编译器开发