How do I get the x86 current CPU mode (code bit size) using the GDB remote protocol?...
Read MoreCustom 32-bit OS: Protected Mode GUI (VGA Mode 13h) hangs with black screen, although console works...
Read MoreSolution needed for building a static IDT and GDT at assemble/compile/link time...
Read MoreC code does not detect SoundBlaster 16 sound card in QEMU...
Read MoreShould I redefine GDT in the kernel if I already did in the bootloader...
Read MoreTrouble setting up Interrupts in custom Assembly based Kernel...
Read MoreUsing OUTB to set cursor position in my minimal OS kernel causes QEMU screen to flicker...
Read Morex86 Page Fault with error code 0 when PRESENT flag is enabled and CR3 is correctly set...
Read MoreINT 13, AH=42h fails with AH=1, CF=1...
Read MoreHow can I run a program without an operating system?...
Read MoreDouble fault when i enable interrupts (via sti)...
Read MoreWhy does UEFI GetMemoryMap return EFI_BUFFER_TOO_SMALL after allocating a buffer of the reported siz...
Read MoreIn kernel development, why do developers avoid pasting in high level libraries directly to the kerne...
Read Morex86 ASM: DD Being Used as an "Instruction"?...
Read MoreHandling PCIe INTx interrupts (Virtual Wire Signaling) for AHCI without MSI/MSI-X (PIC-only mode)...
Read MoreWhy does working Assembly code not work when loaded into different memory by disk read?...
Read MorePlacement of %include in my NASM bootloader affects program behavior...
Read MoreFDC (floppy disk controller) driver works on QEMU and VIRTUAL BOX but fails on BOCHS...
Read MoreInt 0x13 failing without error on real hardware, but working in QEMU...
Read MoreProblems removing identity mapping in x86 kernel...
Read MoreCan't get welcome messages to load in QEMU...
Read MoreIssue when running Makefile on boot.asm, "init :: non dos media"...
Read MoreNASM+WCC+WLINK (OW 1.9): strange error addressing CONST data (wrong/even addressing)...
Read MoreHow does stack memory will be use to store cpu state during interrupt?...
Read MoreSetting up Paging in the Bootloader (UEFI)...
Read More32 bit OS crashes after jumping to reload the code segment...
Read MoreHow to write a simple soundblaster 16 driver using direct write mode for a hobby OS?...
Read MoreUSB2.0 control endpoint stall upon set_configuration request...
Read MoreDoes a write to SP on ARMv8 also write to SP_ELx?...
Read More