sortix-mirror/trianglix
Juhani Krekelä 4e72c78dc1 Support i686 without SSE.
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.
2022-01-09 23:38:16 +02:00
..
.gitignore Add the Trianglix Desktop Environment. 2014-12-28 21:46:16 +01:00
Makefile Support i686 without SSE. 2022-01-09 23:38:16 +02:00
trianglix.cpp Fix code relying on <stdio.h> including <stdarg.h>. 2018-08-06 23:59:34 +02:00
vector.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00