mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
4e72c78dc1
Previously Sortix would initialize SSE unconditionally as part of the boot process. Since earlier i686 CPUs like Pentium 2 did not include SSE, Sortix would not run on them. With this SSE is only enabled for CPUs that include it, which should theoretically allow Sortix to boot on all i686 CPUs. Additionally, this removes -msse -msse2 compiler flags from trianglix/Makefile. |
||
---|---|---|
.. | ||
boot.S | ||
crti.S | ||
crtn.S | ||
interrupt.S | ||
memorymanagement.cpp | ||
memorymanagement.h | ||
syscall.S |