Template:Main2/Introduction: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (cpp bare bones merged to regular bare bones)
m (Added real mode OS warning to introduction category.)
 
(15 intermediate revisions by 11 users not shown)
Line 6: Line 6:
* [[How To Ask Questions]]
* [[How To Ask Questions]]
* [[GCC Cross-Compiler]]
* [[GCC Cross-Compiler]]
* [[What order should I make things in]]?
* [[What Order Should I Make Things In?]]
* [[Licensing]]
* [[Licensing]]
* [[Tutorials]]
* [[Tutorials]]
* [[Real Mode OS Warning]]
* '''[[:Category:FAQ|Frequently Asked Questions]]'''
* '''[[: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>
Line 14: Line 15:
'''Environment'''
'''Environment'''
* [[How kernel, compiler, and C library work together]]
* [[How kernel, compiler, and C library work together]]
* [[Interrupt Service Routines]]
* Using other [[Languages]] than C
* Using other [[Languages]] than C
* [[UEFI]] and legacy [[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)
* [[Ada Bare Bones]]
* [[C Sharp Bare Bones]]
* [[D Bare Bones]]
* [[D Bare Bones]]
* [[FreeBasic Bare Bones]]
* [[Go Bare Bones]]
* [[Pascal Bare Bones]]
* [[Pascal Bare Bones]]
* [[FreeBasic 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>
Line 32: Line 34:
'''Example OS Organization'''
'''Example OS Organization'''
* [[Meaty Skeleton]]
* [[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]]



'''Testing and Debugging'''
'''Testing and Debugging'''
Line 47: 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>


Line 53: Line 54:
* [[Creating an Operating System]]
* [[Creating an Operating System]]
* [[Code Management]]
* [[Code Management]]



'''Compiler Development'''
'''Compiler Development'''
* [[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