SimpleOS icon indicating copy to clipboard operation
SimpleOS copied to clipboard

SSE invalid opcode

Open SwoleDuck opened this issue 2 years ago • 0 comments

Build the script on my computer with the following version

  1. GNU ld (GNU Binutils) 2.38
  2. 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.

SwoleDuck avatar Aug 04 '22 17:08 SwoleDuck