b127a659bb
This underwent some crazy scope creep. Just one more feature...
...
- Changed primary assembler to NASM. Specifically so I could use -
- Swapped start.s to intel syntax. I find it prettier. Learned a lot
doing it tbh.
- Changed the name of the multiboot structures in C.
2025-06-10 23:41:51 -04:00
d97ec36f8c
Half-baked commit, but i added a struct type for the tss and allocated
...
some memory for it in bss. Also put some space in for the gdt in rodata.
Need to leave now, so this broken build goes to the repo!
2025-06-10 09:17:21 -04:00
295e622fe1
Moved the kernel to the 1MB boundary in the linker script. Also did some
...
stuff with ccls for language server stuff.
2025-06-09 18:27:55 -04:00
7500299684
Refactoring of makefiles is here. Looks like a bit less of a mess,
...
thankfully.
Also now using `ld` and `as` instead of `gcc` for everything. Seems to
work OK for now - but may bite on the ass later. We'll see!
2025-05-26 22:42:41 -04:00