Template:Main2/Introduction: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Reformat)
m (Added real mode OS warning to introduction category.)
 
(22 intermediate revisions by 15 users not shown)
Line 2: Line 2:
* [[Introduction]]
* [[Introduction]]
* [[Required Knowledge]]
* [[Required Knowledge]]
* [[GCC Cross-Compiler]]
* [[Beginner Mistakes]]
* [[Beginner Mistakes]]
* [[Licensing]]
* [[Getting Started]]
* [[Getting Started]]
* [[How To Ask Questions]]
* [[How To Ask Questions]]
* [[GCC Cross-Compiler]]
* [[What order should I make things in]]?
* [[What Order Should I Make Things In?]]
* [[:Category:FAQ|Frequently Asked Questions]]
* [[Licensing]]
* [[Tutorials]]
* [[Tutorials]]
* [[Real Mode OS Warning]]
* '''[[:Category:FAQ|Frequently Asked Questions]]'''
<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>


'''Environment'''
'''Environment'''
* [[How kernel, compiler, and C library work together]]
* [[How kernel, compiler, and C library work together]]
* [[Interrupt Service Routines]], which cannot be done in C
* Using other [[Languages]] than C
* Using other [[Languages]] than C
* The [[BIOS]] (PC)
* [[UEFI]] and legacy [[BIOS]] (PC)
* [[Inline Assembly]] (including [[Inline Assembly/Examples | examples]])
* [[Inline Assembly]] (including [[Inline Assembly/Examples | examples]])
* [[Object Files]] and relocation
* [[Object Files]] and relocation


'''Bare Bones / Baby Steps'''
'''Bare Bones / Baby Steps'''
* [[Bare Bones]]
* [[Limine Bare Bones]] (C, 64-bit, higher half)
* [[Ada Bare bones]]
* [[Multiboot1 Bare Bones]] (C/C++, 32-bit, lower half)
* [[C++ Bare Bones]]
* [[Ada Bare Bones]]
* [[C Sharp Bare Bones]]
* [[D Bare Bones]]
* [[D Bare Bones]]
* [[Pascal Bare Bones]]
* [[FreeBasic Bare Bones]]
* [[FreeBasic Bare Bones]]
* [[Go Bare Bones]]
* [[Pascal Bare Bones]]
* [[:Category:Babystep | The BabyStep Tutorial]]
* [[:Category:Babystep | The BabyStep Tutorial]]
<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>

'''Example OS Organization'''
* [[Meaty Skeleton]]


'''Booting and Setup'''
'''Booting and Setup'''
* [[Boot Sequence]]
* [[Boot Sequence]]
* [[Diskless Booting]]
* [[Diskless Booting]]
* [[GDT Tutorial]]
* The [[Global_Descriptor_Table | Global Descriptor Table]] and a [[GDT Tutorial]]
* [[Interrupts]]
* [[Interrupts]]
* [[PS2 Keyboard | Getting Keyboard Input]]
* [[PS2 Keyboard | Getting Keyboard Input]]
Line 42: Line 47:
* [[Unit Testing]]
* [[Unit Testing]]
* [[How Do I Use A Debugger With My OS]]
* [[How Do I Use A Debugger With My OS]]
* [[Kernel Debugging]]
<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>


'''Development'''
'''Development'''
* [[Going Further on x86]]
* [[Creating an Operating System]]
* [[Code Management]]
* [[Code Management]]


Line 50: Line 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)]]
* [[Code Generation and Optimization Techniques]]
** [[Implementing Conditional Statements And Loops]]
** [[Tail Recursion and Tail Call Optimization]]


<noinclude>[[Category:Main Page Templates]]</noinclude>
<noinclude>[[Category:Main Page Templates]]</noinclude>

Latest revision as of 23:16, 27 June 2024