How do I properly set up the stack workflow between a bootloader, linker, and gdt?
I have a 2 stage bootloader loading my kernel named core. I have a linker script that sections off the start address needed for each stage. For now I use a linker script and a make-file to load the kernel without a filesystem. The gdt and idt work fine and interrupts work with time and keyboard.