# osdev **Repository Path**: peengtao123_admin/osdev ## Basic Information - **Project Name**: osdev - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-03 - **Last Updated**: 2026-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```bash nasm -f elf64 hello.asm ld -o hello hello.o ./hello ``` ```bash nasm ./ss/boot.asm -f bin -o boot.bin && qemu-system-x86_64 -drive format=raw,file=boot.bin ``` ```bash nasm boot_graphics.asm -f bin -o boot_graphics.bin && qemu-system-x86_64 -drive format=raw,file=boot_graphics.bin ```