Template:Main2/Introduction: Difference between revisions

m
Added real mode OS warning to introduction category.
[unchecked revision][unchecked revision]
(Give a more logical flow to the first pages)
m (Added real mode OS warning to introduction category.)
 
(18 intermediate revisions by 12 users not shown)
Line 6:
* [[How To Ask Questions]]
* [[GCC Cross-Compiler]]
* [[What orderOrder shouldShould I makeMake thingsThings inIn?]]?
* [[Licensing]]
* [[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>
Line 14 ⟶ 15:
'''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 [[Inline Assembly/Examples | examples]])
* [[Object Files]] and relocation
 
 
'''Bare Bones / Baby Steps'''
* [[Limine Bare Bones]] (C, 64-bit, higher half)
* [[AdaMultiboot1 Bare bonesBones]] (C/C++, 32-bit, lower half)
* [[C++Ada Bare Bones]]
* [[FreeBasicC Sharp Bare Bones]]
* [[D Bare Bones]]
* [[FreeBasic Bare Bones]]
* [[Go Bare Bones]]
* [[Pascal Bare Bones]]
* [[FreeBasic Bare Bones]]
* [[:Category:Babystep | The BabyStep Tutorial]]
<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'''
* [[Boot Sequence]]
* [[Diskless Booting]]
* The [[Global_Descriptor_Table | Global Descriptor Table]] and a [[GDT Tutorial]]
* [[Interrupts]]
* [[PS2 Keyboard | Getting Keyboard Input]]
 
 
'''Testing and Debugging'''
Line 44 ⟶ 47:
* [[Unit Testing]]
* [[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>
 
'''Development'''
* [[Going Further on x86]]
* [[Creating an Operating System]]
* [[Code Management]]
 
 
'''Compiler Development'''
* [[Compiler|What's a compiler?]]
* [[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>