Template:Main2/Introduction: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Directly link to the GDT page alongside the "GDT Tutorial")
m (Added real mode OS warning to introduction category.)
 
(8 intermediate revisions by 5 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]] (C and C++)
* [[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'''
Line 40: Line 41:
* [[Interrupts]]
* [[Interrupts]]
* [[PS2 Keyboard | Getting Keyboard Input]]
* [[PS2 Keyboard | Getting Keyboard Input]]



'''Testing and Debugging'''
'''Testing and Debugging'''
Line 54: Line 54:
* [[Creating an Operating System]]
* [[Creating an Operating System]]
* [[Code Management]]
* [[Code Management]]



'''Compiler Development'''
'''Compiler Development'''

Latest revision as of 23:16, 27 June 2024