SimpleOS
SimpleOS copied to clipboard
SSE invalid opcode
Build the script on my computer with the following version
- GNU ld (GNU Binutils) 2.38
- gcc (GCC) 12.1.1
My version of gcc creates the kernel with sse instructions, its a minor bug and i already solved by implementing a fucntion "init_sse()" in kernel.c which modifies the cr0 and cr4 registers.