Search code examples
How do I get the x86 current CPU mode (code bit size) using the GDB remote protocol?...


x86gdbosdevsegmentmemory-segmentation

Read More
Custom 32-bit OS: Protected Mode GUI (VGA Mode 13h) hangs with black screen, although console works...


c++assemblyx86osdevvga

Read More
Solution needed for building a static IDT and GDT at assemble/compile/link time...


assemblyx86nasmldosdev

Read More
C code does not detect SoundBlaster 16 sound card in QEMU...


cassemblyaudiox86osdev

Read More
Should I redefine GDT in the kernel if I already did in the bootloader...


assemblyx86kernelbootloaderosdev

Read More
OSDev: Stuck at adding GDT...


clinuxassemblyosdevlinker-scripts

Read More
Trouble setting up Interrupts in custom Assembly based Kernel...


assemblyx86operating-systeminterruptosdev

Read More
Using OUTB to set cursor position in my minimal OS kernel causes QEMU screen to flicker...


cassemblyx86qemuosdev

Read More
x86 Page Fault with error code 0 when PRESENT flag is enabled and CR3 is correctly set...


cassemblyx86osdevpage-fault

Read More
INT 13, AH=42h fails with AH=1, CF=1...


assemblyx86qemubootloaderosdev

Read More
How can I run a program without an operating system?...


assemblyx86operating-systembootloaderosdev

Read More
Double fault when i enable interrupts (via sti)...


kernelinterruptosdevzig

Read More
Why does UEFI GetMemoryMap return EFI_BUFFER_TOO_SMALL after allocating a buffer of the reported siz...


operating-systembootloaderosdevuefizig

Read More
In kernel development, why do developers avoid pasting in high level libraries directly to the kerne...


assemblyrustkernellibrariesosdev

Read More
x86 ASM: DD Being Used as an "Instruction"?...


x86kernelnasmosdevmultiboot

Read More
Handling PCIe INTx interrupts (Virtual Wire Signaling) for AHCI without MSI/MSI-X (PIC-only mode)...


x86osdevpcipci-eahci

Read More
Why does working Assembly code not work when loaded into different memory by disk read?...


assemblyx86x86-16bootloaderosdev

Read More
Placement of %include in my NASM bootloader affects program behavior...


assemblyx86nasmbootloaderosdev

Read More
FDC (floppy disk controller) driver works on QEMU and VIRTUAL BOX but fails on BOCHS...


cassemblyosdevfloppy

Read More
Int 0x13 failing without error on real hardware, but working in QEMU...


assemblyx86nasmbootloaderosdev

Read More
Problems removing identity mapping in x86 kernel...


memory-managementx86kernelpagingosdev

Read More
Can't get welcome messages to load in QEMU...


cassemblyx86bootloaderosdev

Read More
Issue when running Makefile on boot.asm, "init :: non dos media"...


assemblymakefilex86-16bootloaderosdev

Read More
NASM+WCC+WLINK (OW 1.9): strange error addressing CONST data (wrong/even addressing)...


x86osdevlinker-flagswatcom80286

Read More
How does stack memory will be use to store cpu state during interrupt?...


assemblyx86x86-64interruptosdev

Read More
Setting up Paging in the Bootloader (UEFI)...


x86-64bootloaderosdevpaginguefi

Read More
32 bit OS crashes after jumping to reload the code segment...


gccx86nasmosdevgdt

Read More
How to write a simple soundblaster 16 driver using direct write mode for a hobby OS?...


audiox86operating-systemosdevhobby-os

Read More
USB2.0 control endpoint stall upon set_configuration request...


usbdriverintelosdev

Read More
Does a write to SP on ARMv8 also write to SP_ELx?...


assemblyarmarm64osdevstack-pointer

Read More
BackNext