# linux_kernel_012_self **Repository Path**: dogemap/linux_kernel_012 ## Basic Information - **Project Name**: linux_kernel_012_self - **Description**: 手写linux0.12内核 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-19 - **Last Updated**: 2025-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simplest boot step as -o bootsec.o bootsec.S ld -m elf_x86_64 -Ttext 0x0 -s --oformat binary -o linux.img bootsec.o bochs -f ./bochsrc.bxrc