On Thursday, 11 November 2021 at 08:36:37 UTC, Kagamin wrote: > `b` is likely initialized with sse2 instructions, maybe your > processor doesn't support sse2. I was getting interrupt #6 (invalid opcode). I tried compiling the kernel with --march=x86 --mcpu=i386 and it worked! Thank you very much!