Template:Main2/Introduction: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Combuster (talk | contribs)
Forked from FAQ rebuild
 
m Added real mode OS warning to introduction category.
 
(54 intermediate revisions by 26 users not shown)
Line 1: Line 1:
'''Basic Information'''
'''Basic Information'''
* [[Introduction]]
* Foreword? <- this is IMPORTANT!
* [[Required Knowledge]]
* Introduction
* [[Beginner Mistakes]]
* Avoid beginner mistakes
* Getting started
* [[Getting Started]]
* [[How To Ask Questions|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?]]
* What is a kernel--shell--GUI--etc.
* [[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>


'''Environment'''
'''Environment'''
* How kernel, compiler, and C library work together
* [[How kernel, compiler, and C library work together]]
* Using other [[Languages]] than C
* Things you can not do with C (See also Interrupt Service Routines!)
* [[UEFI]] and legacy [[BIOS]] (PC)
* Can I use some language other than C?
* [[Inline Assembly]] (including [[Inline Assembly/Examples | examples]])
* Doing a kernel in C++
* [[Object Files]] and relocation
* Doing a kernel in Pascal

* Sample inline functions
'''Bare Bones / Baby Steps'''
* Using the Bios or not using the Bios ? ...
* [[Limine Bare Bones]] (C, 64-bit, higher half)
* Using inline assembly
* [[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]]
* [[Diskless Booting]]
* The [[Global_Descriptor_Table | Global Descriptor Table]] and a [[GDT Tutorial]]
* [[Interrupts]]
* [[PS2 Keyboard | Getting Keyboard Input]]

'''Testing and Debugging'''
* [[Troubleshooting]]
* [[Testing]]
* [[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'''
* Boot Sequence
* [[Going Further on x86]]
* Diskless Booting
* [[Creating an Operating System]]
* The BabyStep tutorial
* [[Code Management]]
* GDT For Dummies
* Interrupts For Dummies
* Getting Keyboard Input


'''Testing and debuging'''
'''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>
* How do I test (and avoid crashing my disk while doing so)
* How do I use a debugger with my OS
* Is it possible to use Unit Testing with my OS
* Help! My kernel crashed! (guru meditation in a nutshell)

Latest revision as of 23:16, 27 June 2024