Template:Main2/Introduction: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (After a *long* time, another attempt at cleaning up the page titles a bit.)
m (Added real mode OS warning to introduction category.)
 
(44 intermediate revisions by 22 users not shown)
Line 1: Line 1:
'''Basic Information'''
'''Basic Information'''
* [[Introduction]]
* [[Introduction]]
* [[Required Knowledge]]
* [[Beginner Mistakes]]
* [[Beginner Mistakes]]
* [[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?]]
* [[Definitions]]
* [[Licensing]]
* [[:Category:FAQ|Frequently Asked Questions]]
* [[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%2C_compiler%2C_and_C_library_work_together|How kernel, compiler, and C library work together]]
* [[How kernel, compiler, and C library work together]]
* Using other [[Languages]] than C
* [[Interrupt Service Routines|Things you can not do with C (See also Interrupt Service Routines!)]]
* [[UEFI]] and legacy [[BIOS]] (PC)
* [[Languages|Can I use some language other than C?]]
* [[Inline Assembly]] (including [[Inline Assembly/Examples | examples]])
* [[C++ Bare Bones|Doing a kernel in C++]]
* [[Object Files]] and relocation
* [[Pascal|Doing a kernel in Pascal]]
* [[FreeBasic Barebones|Doing a kernel in Basic]]
* [[Inline_Assembly/Examples|Sample inline functions]]
* [[BIOS (PC)|Using the Bios or not using the Bios]] ? ...
* [[Inline Assembly]]
* [[Object Files|Understanding and relocating object files]]


'''Bare Bones / Baby Steps'''
* [[Limine Bare Bones]] (C, 64-bit, higher half)
* [[Multiboot1 Bare Bones]] (C/C++, 32-bit, lower half)
* [[Ada Bare Bones]]
* [[C Sharp Bare Bones]]
* [[D Bare Bones]]
* [[FreeBasic Bare Bones]]
* [[Go Bare Bones]]
* [[Pascal 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'''
'''Booting and Setup'''
* [[Boot Sequence]]
* [[Boot Sequence]]
* [[Diskless booting]]
* [[Diskless Booting]]
* The [[Global_Descriptor_Table | Global Descriptor Table]] and a [[GDT Tutorial]]
* [[:Category:Babystep|The BabyStep Tutorial]]
* [[Interrupts]]
* [[GDT Tutorial|GDT For Dummies]]
* [[PS2 Keyboard | Getting Keyboard Input]]
* [[Interrupts|Interrupts For Dummies]]
* [[PS2 Keyboard|Getting Keyboard Input]]


'''Testing and Debugging'''

* [[Troubleshooting]]
'''Testing and debuging'''
* [[Testing]]
* [[Troubleshooting|Troubleshooting (debugging in a nutshell)]]
* [[Unit Testing]]
* [[Testing|How do I test (and avoid crashing my disk while doing so)]]
* [[How_Do_I_Use_A_Debugger_With_My_OS|How do I use a debugger with my OS]]
* [[How Do I Use A Debugger With My OS]]
* [[Kernel Debugging]]
* [[Unit Testing|Is it possible to use Unit Testing with my OS]]
<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'''
* [[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>
<noinclude>[[Category:Main Page Templates]]</noinclude>

Latest revision as of 23:16, 27 June 2024