/index.php?title=Main_Page&red... | | Main Page A-TITLE Main Page |
https://wiki.osdev.org/Main_Page | Anchor | Jump to navigation |
https://wiki.osdev.org/Main_Page | Anchor | Jump to search |
http://www.osdev.org/ | Nofollow External Subdomain | OSDev.org |
https://wiki.osdev.org/ | Nofollow Subdomain | wiki |
https://forum.osdev.org/ | Nofollow External Subdomain | forums |
/Special:Statistics | | 724 A-TITLE Special:Statistics |
https://forum.osdev.org/viewto... | Nofollow External Subdomain | wiki author |
https://wiki.osdev.org/Wish_List | | Wish List A-TITLE Wish List |
/Categorized_Main_Page | | Short view A-TITLE Categorized Main Page |
/Introduction | | Introduction A-TITLE Introduction |
/Required_Knowledge | | Required Knowledge A-TITLE Required Knowledge |
/Beginner_Mistakes | | Beginner Mistakes A-TITLE Beginner Mistakes |
/Getting_Started | | Getting Started A-TITLE Getting Started |
/How_To_Ask_Questions | | How To Ask Questions A-TITLE How To Ask Questions |
/GCC_Cross-Compiler | | GCC Cross-Compiler A-TITLE GCC Cross-Compiler |
/What_Order_Should_I_Make_Thin... | | What Order Should I Make Things In? A-TITLE What Order Should I Make Things In? |
https://wiki.osdev.org/Licensing | | Licensing A-TITLE Licensing |
https://wiki.osdev.org/Tutorials | | Tutorials A-TITLE Tutorials |
/Category:FAQ | | Frequently Asked Questions A-TITLE Category:FAQ |
/Category:OS_Development | | more... A-TITLE Category:OS Development |
/How_kernel,_compiler,_and_C_l... | | How kernel, compiler, and C library work together A-TITLE How kernel, compiler, and C library work together |
https://wiki.osdev.org/Languages | | Languages A-TITLE Languages |
https://wiki.osdev.org/UEFI | | UEFI A-TITLE UEFI |
https://wiki.osdev.org/BIOS | | BIOS A-TITLE BIOS |
/Inline_Assembly | | Inline Assembly A-TITLE Inline Assembly |
/Inline_Assembly/Examples | | examples A-TITLE Inline Assembly/Examples |
/Object_Files | | Object Files A-TITLE Object Files |
https://wiki.osdev.org/Bare_Bones | | Bare Bones A-TITLE Bare Bones |
/Ada_Bare_Bones | | Ada Bare Bones A-TITLE Ada Bare Bones |
/C_Sharp_Bare_Bones | | C Sharp Bare Bones A-TITLE C Sharp Bare Bones |
/D_Bare_Bones | | D Bare Bones A-TITLE D Bare Bones |
/FreeBasic_Bare_Bones | | FreeBasic Bare Bones A-TITLE FreeBasic Bare Bones |
/Go_Bare_Bones | | Go Bare Bones A-TITLE Go Bare Bones |
/Pascal_Bare_Bones | | Pascal Bare Bones A-TITLE Pascal Bare Bones |
/Limine_Bare_Bones | | Limine Bare Bones A-TITLE Limine Bare Bones |
/Category:Babystep | | The BabyStep Tutorial A-TITLE Category:Babystep |
/Category:Bare_bones_tutorials | Text duplicate | more... A-TITLE Category:Bare bones tutorials |
/Meaty_Skeleton | | Meaty Skeleton A-TITLE Meaty Skeleton |
/Boot_Sequence | | Boot Sequence A-TITLE Boot Sequence |
/Diskless_Booting | | Diskless Booting A-TITLE Diskless Booting |
/Global_Descriptor_Table | | Global Descriptor Table A-TITLE Global Descriptor Table |
/GDT_Tutorial | | GDT Tutorial A-TITLE GDT Tutorial |
https://wiki.osdev.org/Interrupts | | Interrupts A-TITLE Interrupts |
/PS2_Keyboard | | Getting Keyboard Input A-TITLE PS2 Keyboard |
/Troubleshooting | | Troubleshooting A-TITLE Troubleshooting |
https://wiki.osdev.org/Testing | | Testing A-TITLE Testing |
/Unit_Testing | | Unit Testing A-TITLE Unit Testing |
/How_Do_I_Use_A_Debugger_With_... | | How Do I Use A Debugger With My OS A-TITLE How Do I Use A Debugger With My OS |
/Kernel_Debugging | | Kernel Debugging A-TITLE Kernel Debugging |
/Category:Troubleshooting | Text duplicate | more... A-TITLE Category:Troubleshooting |
/Going_Further_on_x86 | | Going Further on x86 A-TITLE Going Further on x86 |
/Creating_an_Operating_System | | Creating an Operating System A-TITLE Creating an Operating System |
/Code_Management | | Code Management A-TITLE Code Management |
https://wiki.osdev.org/Compiler | | What's a compiler? A-TITLE Compiler |
/Making_a_Compiler | | Making a Compiler (Theory) A-TITLE Making a Compiler |
/index.php?title=Code_Generati... | | Code Generation and Optimization Techniques A-TITLE Code Generation and Optimization Techniques (page does not exist) |
/Implementing_Conditional_Stat... | | Implementing Conditional Statements And Loops A-TITLE Implementing Conditional Statements And Loops |
/Tail_Recursion_and_Tail_Call_... | | Tail Recursion and Tail Call Optimization A-TITLE Tail Recursion and Tail Call Optimization |
/Monolithic_Kernel | | Monolithic Kernel A-TITLE Monolithic Kernel |
/Microkernel | | Microkernel A-TITLE Microkernel |
https://wiki.osdev.org/Exokernel | | Exokernel A-TITLE Exokernel |
/Modular_Kernel | | Modular Kernel A-TITLE Modular Kernel |
https://wiki.osdev.org/Kernels | Text duplicate | more... A-TITLE Kernels |
/Monotasking_Systems | | Monotasking Systems A-TITLE Monotasking Systems |
/Multitasking_Systems | | Multitasking Systems A-TITLE Multitasking Systems |
/Real-Time_Systems | | Real-Time Systems A-TITLE Real-Time Systems |
/Category:Task_Models | Text duplicate | more... A-TITLE Category:Task Models |
/Memory_management | | Memory management A-TITLE Memory management |
/Segmentation | | Segmentation A-TITLE Segmentation |
https://wiki.osdev.org/Paging | | Paging A-TITLE Paging |
/Memory_Allocation | | Memory Allocation A-TITLE Memory Allocation |
/Page_Frame_Allocation | | Page Frame Allocation A-TITLE Page Frame Allocation |
/Memory_Management_Unit | | Memory Management Unit A-TITLE Memory Management Unit |
/File_Management | | File Management A-TITLE File Management |
/File_Systems | | File Systems A-TITLE File Systems |
/Category:Memory_management | Text duplicate | more... A-TITLE Category:Memory management |
/ARM_System_Calls | | ARM System Calls A-TITLE ARM System Calls |
/Processes_and_Threads | | Processes and Threads A-TITLE Processes and Threads |
/Context_Switching | | Context Switching A-TITLE Context Switching |
/Scheduling_Algorithms | | Scheduling Algorithms A-TITLE Scheduling Algorithms |
/Multiprocessor_Scheduling | | Multiprocessor Scheduling A-TITLE Multiprocessor Scheduling |
/Blocking_Process | | Blocking Process A-TITLE Blocking Process |
/Category:Processes_and_Threads | Text duplicate | more... A-TITLE Category:Processes and Threads |
/Synchronization_Primitives | | Synchronization Primitives A-TITLE Synchronization Primitives |
https://wiki.osdev.org/Signals | | Signals A-TITLE Signals |
/Category:Synchronization | Text duplicate | more... A-TITLE Category:Synchronization |
/Message_Passing | | Message Passing A-TITLE Message Passing |
/Shared_Memory | | Shared Memory A-TITLE Shared Memory |
/Remote_Procedure_Call | | Remote Procedure Call A-TITLE Remote Procedure Call |
/Category:IPC | Text duplicate | more... A-TITLE Category:IPC |
https://wiki.osdev.org/Books | | Books A-TITLE Books |
/Academic_Papers | | Academic Papers A-TITLE Academic Papers |
https://wiki.osdev.org/Assembly | | Assembly A-TITLE Assembly |
/Disk_Images | | Disk Images with preinstalled GRUB A-TITLE Disk Images |
https://wiki.osdev.org/Deprecated | | Deprecated A-TITLE Deprecated |
/Chip_Numbers,_Acronyms_and_Th... | | Chip Numbers, Acronyms and Things A-TITLE Chip Numbers, Acronyms and Things |
https://wiki.osdev.org/Resources | | Resources A-TITLE Resources |
/Category:Resources | Text duplicate | more... A-TITLE Category:Resources |
https://wiki.osdev.org/Bootloader | | Bootloader A-TITLE Bootloader |
https://wiki.osdev.org/GRUB | | GRUB A-TITLE GRUB |
https://wiki.osdev.org/Limine | | Limine A-TITLE Limine |
https://wiki.osdev.org/LILO | | LILO A-TITLE LILO |
https://wiki.osdev.org/XOSL | | XOSL A-TITLE XOSL |
/System_Commander | | System Commander A-TITLE System Commander |
https://wiki.osdev.org/Boot_Magic | | Boot Magic A-TITLE Boot Magic |
/Rolling_Your_Own_Bootloader | | Rolling Your Own Bootloader A-TITLE Rolling Your Own Bootloader |
/Category:Bootloaders | Text duplicate | more... A-TITLE Category:Bootloaders |
https://wiki.osdev.org/GCC | | GCC A-TITLE GCC |
https://wiki.osdev.org/Cygwin | | Cygwin A-TITLE Cygwin |
https://wiki.osdev.org/MinGW | | MinGW A-TITLE MinGW |
https://wiki.osdev.org/Dev-C++ | | Dev-C++ A-TITLE Dev-C++ |
https://wiki.osdev.org/DJGPP | | DJGPP A-TITLE DJGPP |
/GCC_Cross-Compiler | Text duplicate | GCC Cross-Compiler A-TITLE GCC Cross-Compiler |
/Cross-Compiler_Successful_Builds | | Cross-Compiler Successful Builds A-TITLE Cross-Compiler Successful Builds |
/Porting_GCC_to_your_OS | | Porting GCC to your OS A-TITLE Porting GCC to your OS |
/Calling_Conventions | | Calling Conventions A-TITLE Calling Conventions |
/System_V_ABI | | System V ABI A-TITLE System V ABI |
https://wiki.osdev.org/Watcom | | Watcom A-TITLE Watcom |
/Visual_Studio | | Visual Studio A-TITLE Visual Studio |
/Visual_C++_Runtime | | Visual C++ Runtime A-TITLE Visual C++ Runtime |
https://wiki.osdev.org/TCC | | TCC A-TITLE TCC |
https://wiki.osdev.org/Smaller_C | | Smaller C A-TITLE Smaller C |
/Other_Compilers | | Other Compilers A-TITLE Other Compilers |
/Category:Compilers | Text duplicate | more... A-TITLE Category:Compilers |
https://wiki.osdev.org/GAS | | GAS A-TITLE GAS |
https://wiki.osdev.org/FASM | | FASM A-TITLE FASM |
https://wiki.osdev.org/NASM | | NASM A-TITLE NASM |
https://wiki.osdev.org/YASM | | YASM A-TITLE YASM |
/Opcode_syntax | | Opcode syntax A-TITLE Opcode syntax |
/Category:Assemblers | Text duplicate | more... A-TITLE Category:Assemblers |
https://wiki.osdev.org/LD | | LD A-TITLE LD |
/Link_Archiver | | Link Archiver A-TITLE Link Archiver |
https://wiki.osdev.org/Mold | | Mold A-TITLE Mold |
/Category:Linkers | Text duplicate | more... A-TITLE Category:Linkers |
https://wiki.osdev.org/Bochs | | Bochs A-TITLE Bochs |
https://wiki.osdev.org/QEMU | | QEMU A-TITLE QEMU |
/Microsoft_Virtual_PC | | Virtual PC A-TITLE Microsoft Virtual PC |
https://wiki.osdev.org/VMware | | VMware A-TITLE VMware |
https://wiki.osdev.org/VirtualBox | | VirtualBox A-TITLE VirtualBox |
https://wiki.osdev.org/SimICS | | SimICS A-TITLE SimICS |
https://wiki.osdev.org/Lingemu | | Lingemu A-TITLE Lingemu |
/Category:Emulators | Text duplicate | more... A-TITLE Category:Emulators |
/Disk_Images | | Disk Images A-TITLE Disk Images |
/Loopback_Device | | Loopback Device A-TITLE Loopback Device |
https://wiki.osdev.org/Hdiutil | | hdiutil A-TITLE Hdiutil |
/Windows_Tools | | Windows Tools A-TITLE Windows Tools |
/Category:Disk_Image_Utilities | Text duplicate | more... A-TITLE Category:Disk Image Utilities |
/Category:Hardware | | Hardware A-TITLE Category:Hardware |
https://wiki.osdev.org/Resources | | linked resources A-TITLE Resources |
/Register_Machine_Model_of_Com... | | Register Machine Model of Computation A-TITLE Register Machine Model of Computation |
/Memory_Architecture | | Memory Architecture A-TITLE Memory Architecture |
/Instruction_Set_Architecture | | Instruction Set Architecture A-TITLE Instruction Set Architecture |
/Historical_Notes_on_CISC_and_... | | Historical Notes on CISC and RISC A-TITLE Historical Notes on CISC and RISC |
/Execution_Architecture | | Execution Architecture A-TITLE Execution Architecture |
/Multiprocessing_Architecture | | Multiprocessing Architecture A-TITLE Multiprocessing Architecture |
https://wiki.osdev.org/Real_Mode | | Real Mode A-TITLE Real Mode |
/Protected_Mode | | Protected Mode A-TITLE Protected Mode |
/Virtual_8086_Mode | | Virtual 8086 Mode A-TITLE Virtual 8086 Mode |
https://wiki.osdev.org/X86-64 | | x86-64 A-TITLE X86-64 |
/IA32_Architecture_Family | | IA32 Architecture Family A-TITLE IA32 Architecture Family |
/Model_Specific_Registers | | Model Specific Registers A-TITLE Model Specific Registers |
/Detecting_CPU_Speed | | Detecting CPU Speed A-TITLE Detecting CPU Speed |
/Inline_Assembly/Examples | | Inline Assembly/Examples A-TITLE Inline Assembly/Examples |
https://wiki.osdev.org/CPU_Bugs | | CPU Bugs A-TITLE CPU Bugs |
https://wiki.osdev.org/SSE | | SSE A-TITLE SSE |
/Where_Can_I_Find_Information_... | | Where Can I Find Information About Ports A-TITLE Where Can I Find Information About Ports |
/CPU_Registers_x86 | | x86 A-TITLE CPU Registers x86 |
/CPU_Registers_x86-64 | Text duplicate | x86-64 A-TITLE CPU Registers x86-64 |
/Category:X86_CPU | Text duplicate | more... A-TITLE Category:X86 CPU |
/S390_Barebones | | Kernel Barebones A-TITLE S390 Barebones |
/Program_Status_Word | | Program Status Word A-TITLE Program Status Word |
/PSA_Mapping | | Processing Storage Area Memory Mapping A-TITLE PSA Mapping |
https://wiki.osdev.org/ZDSFS | | z/OS DataSet FileSystem A-TITLE ZDSFS |
/Command_SubSystem | | Batch I/O Channel SubSystem A-TITLE Command SubSystem |
/Category:S390 | Text duplicate | more... A-TITLE Category:S390 |
/ARM_Overview | | ARM Overview A-TITLE ARM Overview |
/Raspberry_Pi_Bare_Bones | | Raspberry Pi Bare Bones A-TITLE Raspberry Pi Bare Bones |
/Detecting_Memory_(x86) | | Detecting Memory (x86) A-TITLE Detecting Memory (x86) |
https://wiki.osdev.org/A20_Line | | A20 Line A-TITLE A20 Line |
/I_Can't_Get_Interrupts_Working | | I Can't Get Interrupts Working A-TITLE I Can't Get Interrupts Working |
/Interrupt_Descriptor_Table | | Interrupt Descriptor Table A-TITLE Interrupt Descriptor Table |
/IDT_problems | | IDT problems A-TITLE IDT problems |
/Interrupt_Service_Routines | | Interrupt Service Routines A-TITLE Interrupt Service Routines |
https://wiki.osdev.org/Interrupts | Text duplicate | Interrupts A-TITLE Interrupts |
/Non_Maskable_Interrupt | | Non Maskable Interrupt A-TITLE Non Maskable Interrupt |
https://wiki.osdev.org/APIC | | APIC A-TITLE APIC |
https://wiki.osdev.org/PIC | | PIC A-TITLE PIC |
https://wiki.osdev.org/OPIC | | OPIC A-TITLE OPIC |
/Category:Interrupts | Text duplicate | more... A-TITLE Category:Interrupts |
https://wiki.osdev.org/HPET | | HPET A-TITLE HPET |
https://wiki.osdev.org/APIC_timer | | APIC timer A-TITLE APIC timer |
/Programmable_Interval_Timer | | Programmable Interval Timer A-TITLE Programmable Interval Timer |
https://wiki.osdev.org/CMOS | | CMOS A-TITLE CMOS |
https://wiki.osdev.org/RTC | | RTC A-TITLE RTC |
/Detecting_CPU_Speed | Text duplicate | Detecting CPU Speed A-TITLE Detecting CPU Speed |
/Accelerated_Graphic_Cards | | Accelerated Graphic Cards A-TITLE Accelerated Graphic Cards |
/Native_Intel_graphics | | Native Intel graphics A-TITLE Native Intel graphics |
/Detecting_Colour_and_Monochro... | | Detecting Colour and Monochrome Monitors A-TITLE Detecting Colour and Monochrome Monitors |
/Printing_To_Screen | | Printing To Screen A-TITLE Printing To Screen |
/Text_Mode_Cursor | | Text Mode Cursor A-TITLE Text Mode Cursor |
/Drawing_In_a_Linear_Framebuffer | | Drawing In a Linear Framebuffer A-TITLE Drawing In a Linear Framebuffer |
/Kernel_Stdio_Theory | | Kernel Stdio Theory A-TITLE Kernel Stdio Theory |
/VGA_Resources | | VGA Resources A-TITLE VGA Resources |
/VGA_Hardware | | VGA Hardware A-TITLE VGA Hardware |
https://wiki.osdev.org/VGA_Fonts | | VGA Fonts A-TITLE VGA Fonts |
/Video_Signals_And_Timing | | Video Signals And Timing A-TITLE Video Signals And Timing |
/Bochs_VBE_Extensions | | BGA A-TITLE Bochs VBE Extensions |
/Category:Video | Text duplicate | more... A-TITLE Category:Video |
https://wiki.osdev.org/Sound | | Sound A-TITLE Sound |
https://wiki.osdev.org/PC_Speaker | | PC Speaker A-TITLE PC Speaker |
/Sound_Blaster_16 | | Sound Blaster 16 A-TITLE Sound Blaster 16 |
/Category:Sound | Text duplicate | more... A-TITLE Category:Sound |
/Category:ATA | | ATA A-TITLE Category:ATA |
https://wiki.osdev.org/ATAPI | | ATAPI A-TITLE ATAPI |
https://wiki.osdev.org/AHCI | | AHCI A-TITLE AHCI |
https://wiki.osdev.org/SATA | | SATA A-TITLE SATA |
https://wiki.osdev.org/ISA_DMA | | DMA A-TITLE ISA DMA |
https://wiki.osdev.org/NVMe | | NVMe A-TITLE NVMe |
/Floppy_Disk_Controller | | Floppy Disk Controller A-TITLE Floppy Disk Controller |
/Category:Storage | Text duplicate | more... A-TITLE Category:Storage |
/PS/2_Keyboard | | PS/2 Keyboard A-TITLE PS/2 Keyboard |
/Mouse_Input | | Mouse A-TITLE Mouse Input |
/Serial_Ports | | Serial Ports A-TITLE Serial Ports |
/Plug-and-Play | | Plug-and-Play A-TITLE Plug-and-Play |
/PNP_Calls_In_Protected_Mode | | PNP Calls In Protected Mode A-TITLE PNP Calls In Protected Mode |
https://wiki.osdev.org/PCI | | PCI A-TITLE PCI |
/PCI_Express | | PCI Express A-TITLE PCI Express |
/Universal_Serial_Bus | | USB A-TITLE Universal Serial Bus |
/Category:Buses | Text duplicate | more... A-TITLE Category:Buses |
https://wiki.osdev.org/UEFI | Text duplicate | UEFI A-TITLE UEFI |
/Broken_UEFI_implementations | | broken UEFI implementations A-TITLE Broken UEFI implementations |
https://wiki.osdev.org/ACPI | | ACPI A-TITLE ACPI |
https://wiki.osdev.org/RSDP | | RSDP A-TITLE RSDP |
https://wiki.osdev.org/AML | | AML A-TITLE AML |
/Category:ACPI | Text duplicate | more... A-TITLE Category:ACPI |
https://wiki.osdev.org/3c90x | | 3c90x A-TITLE 3c90x |
/Intel_8254x | | Intel 8254x A-TITLE Intel 8254x |
https://wiki.osdev.org/Ne2000 | | Ne2000 A-TITLE Ne2000 |
https://wiki.osdev.org/RTL8139 | | RTL8139 A-TITLE RTL8139 |
https://wiki.osdev.org/RTL8169 | | RTL8169 A-TITLE RTL8169 |
/Intel_Ethernet_i217 | | Intel Ethernet i217 A-TITLE Intel Ethernet i217 |
https://wiki.osdev.org/AMD_PCNET | | AMD PCnet A-TITLE AMD PCNET |
https://wiki.osdev.org/802.11 | | 802.11 A-TITLE 802.11 |
/Category:Network_Hardware | Text duplicate | more... A-TITLE Category:Network Hardware |
/Category:PowerPC | | PowerPC A-TITLE Category:PowerPC |
/Category:MIPS | | MIPS A-TITLE Category:MIPS |
/Category:Sparc | | Sparc A-TITLE Category:Sparc |
/Category:ARM | | ARM A-TITLE Category:ARM |
/Category:RISC-V | | RISC-V A-TITLE Category:RISC-V |
/Category:Platforms | Text duplicate | more... A-TITLE Category:Platforms |
https://wiki.osdev.org/ELF | | ELF A-TITLE ELF |
https://wiki.osdev.org/PE | | PE A-TITLE PE |
https://wiki.osdev.org/COFF | | COFF A-TITLE COFF |
https://wiki.osdev.org/ELF | Text duplicate | ELF A-TITLE ELF |
https://wiki.osdev.org/PE | Text duplicate | PE A-TITLE PE |
https://wiki.osdev.org/COFF | Text duplicate | COFF A-TITLE COFF |
https://wiki.osdev.org/COM | | COM A-TITLE COM |
https://wiki.osdev.org/MZ | | MZ A-TITLE MZ |
https://wiki.osdev.org/NE | | NE A-TITLE NE |
/Category:Executable_Formats | Text duplicate | more... A-TITLE Category:Executable Formats |
https://wiki.osdev.org/FAT | | FAT Details A-TITLE FAT |
https://wiki.osdev.org/Ext2 | | Ext2 Details A-TITLE Ext2 |
https://wiki.osdev.org/SFS | | SFS Details A-TITLE SFS |
https://wiki.osdev.org/NTFS | | NTFS Details A-TITLE NTFS |
/Category:Filesystems | Text duplicate | more... A-TITLE Category:Filesystems |
/index.php?title=Special:UserL... | | Log in A-TITLE You are encouraged to log in; however, it is not mandatory [o] |
/Expanded_Main_Page | | Page A-TITLE View the content page [c] |
/Talk:Expanded_Main_Page | | Discussion A-TITLE Discussion about the content page [t] |
/Expanded_Main_Page | | Read |
/index.php?title=Expanded_Main... | | View source A-TITLE This page is protected. You can view its source [e] |
/index.php?title=Expanded_Main... | | View history A-TITLE Past revisions of this page [h] |
https://wiki.osdev.org/Main_Page | | A-TITLE Visit the main page |
https://wiki.osdev.org/Main_Page | Text duplicate | Main Page A-TITLE Visit the main page [z] |
http://forum.osdev.org/ | Nofollow External Subdomain | Forums A-TITLE About the project, what you can do, where to find things |
/Category:FAQ | | FAQ |
https://wiki.osdev.org/Projects | | OS Projects |
/Special:Random | | Random page A-TITLE Load a random page [x] |
/OSDevWiki:About | | This site |
/OSDevWiki:Joining | | Joining |
/OSDevWiki:Editing | | Editing help |
/Special:RecentChanges | | Recent changes A-TITLE A list of recent changes in the wiki [r] |
/Special:WhatLinksHere/Expande... | | What links here A-TITLE A list of all wiki pages that link here [j] |
/Special:RecentChangesLinked/E... | Nofollow | Related changes A-TITLE Recent changes in pages linked from this page [k] |
/Special:SpecialPages | | Special pages A-TITLE A list of all special pages [q] |
/index.php?title=Expanded_Main... | | Permanent link A-TITLE Permanent link to this revision of this page |
/index.php?title=Expanded_Main... | | Page information A-TITLE More information about this page |
http://www.lowlevel.eu/wiki/Ha... | External Subdomain | Deutsch A-TITLE Hauptseite – Deutsch |
/OSDev_Wiki:Privacy_policy | | Privacy policy |
/OSDev_Wiki:About | | About OSDev Wiki |
/OSDev_Wiki:General_disclaimer | | Disclaimers |
/index.php?title=Expanded_Main... | Subdomain | Mobile view |
https://www.mediawiki.org/ | External Subdomain | IMG-ALT Powered by MediaWiki |
(Nice to have)