Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in osdev

Simultaneous existence of different-sized pages on Aarch64

Resources for writing kernel in C

c kernel osdev

How can I JMP to relocated code in my MBR?

Intel x86 - Interrupt Service Routine responsibility

Toy OS Filesystem [closed]

Displaying text video memory at 0xb8000 without using the C library

Rustc/LLVM generates faulty code for aarch64 with opt-level=0

rust qemu arm64 osdev

Can't jump or call kernel loaded at 0x8000

assembly x86 nasm osdev

Keyboard interrupt handler not working in system iso

Where do memory mapped I/O addreses come from?

osdev memory-mapping

BIOS Disk - Read Sectors Into Memory (int 0x13, ah=0x02) blocking

intel x86 qemu bootloader osdev mbr

no emulation booting OS

How to map the section to the segment from an ELF output file?

intel gcc assembly x86 elf osdev

Placing an instruction in the address pointed by the reset vector using times and align NASM directives

intel assembly x86 nasm osdev

Why would one use "ret" instead of "call" to call a method?

What's the best way to get to know linux or BSD kernel internals? [closed]