MiniOS icon indicating copy to clipboard operation
MiniOS copied to clipboard

OS from scratch using Nick Blundell, Bran's Kernel and OSDev.org

Results 1 MiniOS issues
Sort by recently updated
recently updated
newest added

Hello! Actually while running Make, I encountered the following issue. Could you shed some light on this? mkdir -p build/ ld -melf_i386 -o build/kernel.bin -Ttext 0x1000 kernel/kernel_entry.o kernel/idt.o kernel/irq.o kernel/isrs.o...