sortix-mirror/kernel/x86
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
..
boot.S Support i686 without SSE. 2022-01-09 23:38:16 +02:00
crti.S Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
crtn.S Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
interrupt.S Clear the direction flag upon entry to the kernel. 2017-06-12 21:26:26 +01:00
memorymanagement.cpp Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
memorymanagement.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
syscall.S Clear the direction flag upon entry to the kernel. 2017-06-12 21:26:26 +01:00