Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
ok, so i've started updating my source code to C++ now and i think it's going quite well, but i keep getting a General Protection Fault after loading the GDT. bochs complains about the instruction
ah, sorry. i made a very basic mistake... my GDT was too small to hold both kernel-mode and user-mode entries which i added along with my IDT code... thanks for making me check my code again though! i guess i gave up too early... but i have started work on my new project so it's not all bad