Template:Main2/Introduction: Difference between revisions

m
Added real mode OS warning to introduction category.
[unchecked revision][unchecked revision]
(Kernel debugging is an ability many newbies lack)
m (Added real mode OS warning to introduction category.)
 
(11 intermediate revisions by 8 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, and64-bit, C++higher half)
* [[AdaMultiboot1 Bare bonesBones]] (C/C++, 32-bit, lower half)
* [[FreeBasicAda Bare Bones]]
* [[C 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>
Line 32 ⟶ 34:
'''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 54:
* [[Creating an Operating System]]
* [[Code Management]]
 
 
'''Compiler Development'''