Template:Main2/Introduction: Difference between revisions
From OSDev Wiki
Jump to navigation
Jump to search
Line 23:
Line 23:
'''Bare Bones / Baby Steps'''
'''Bare Bones / Baby Steps'''
* [[Bare Bones]] (C and C++)
* [[Bare Bones]] (C and C++)
(追記) * [[User:Zesterer/Bare Bones]] (C and C++) (Improved tutorial by Zesterer) (追記ここまで)
* [[Ada Bare bones]]
* [[Ada Bare bones]]
* [[D Bare Bones]]
* [[D Bare Bones]]
Revision as of 15:51, 4 August 2017
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
Environment
- How kernel, compiler, and C library work together
- Interrupt Service Routines
- 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++)
- User:Zesterer/Bare Bones (C and C++) (Improved tutorial by Zesterer)
- Ada Bare bones
- D Bare Bones
- Pascal Bare Bones
- FreeBasic Bare Bones
- The BabyStep Tutorial
Example OS Organization
Booting and Setup
Testing and Debugging
Development
Compiler Development