a C++ based OS
Posted: Thu Jun 13, 2002 3:05 pm
I am trying to develop an OS that uses C++(gcc) and Nasm as an assembler.
I perfected the bootloader in Nasm that loads a file in memory
my problem is that i can't jump to protected mode using nasm and my comp reboots as soon as it reads the PM instructions
i am using the usual instrucions smsw,lgdt,lidt,etc
I perfected the bootloader in Nasm that loads a file in memory
my problem is that i can't jump to protected mode using nasm and my comp reboots as soon as it reads the PM instructions
i am using the usual instrucions smsw,lgdt,lidt,etc