Commit Graph

46 Commits

Author SHA1 Message Date
49c627589c CheckSIMD should use flags 2023-03-27 16:32:42 +03:00
981534ea47 Document ID inside RFLAGS 2023-03-25 11:58:11 +02:00
5c91f23527 x32 is now compiling 2023-03-04 21:17:19 +02:00
65dfa325e9 Optimize 2023-02-27 22:20:02 +02:00
c817be50ff Put CPU namespaces in separate files to make cpu.hpp smaller 2023-02-22 01:48:38 +02:00
73e5f13d35 Signal all cores to stop on exception 2023-02-19 00:51:44 +02:00
4501826025 Kernel now uses SSE instructions properly 2023-01-03 06:36:15 +02:00
450fe4f0ac Check SIMD implementation 2023-01-03 01:35:40 +02:00
e53bc14240 Fixed tasking SSE 2022-12-29 02:05:07 +02:00
cddf0426e3 Fixed compiler warnings 2022-12-21 20:05:57 +02:00
985d614be2 Compiles on x86 but everything is broken 2022-12-21 02:11:49 +02:00
0289054900 Changed a lot of files. Summary: profiler support; "SafeFunction"; UnlockDeadLock kernel config; Code optimization & more 2022-11-28 08:25:37 +02:00
c2628019b7 Syscalls working as expected 2022-11-15 15:09:52 +02:00
cabdc5263e Kernel now compiles on x32 2022-11-14 14:54:18 +02:00
dc5b6498f9 Improved crash screen 2022-11-11 04:42:28 +02:00
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
776f6d71b0 implemented fxsr 2022-11-06 04:55:01 +02:00
0c428efc93 Added "no_stack_protector" to functions inside cpu.hpp 2022-11-04 05:30:24 +02:00
99606bed00 Added Counter() function to CPU 2022-11-01 01:54:15 +02:00
a245fb009c Fixed compilation failing on i386 2022-10-28 09:06:09 +03:00
400a715e94 fxsave/fxrstor stub 2022-10-28 03:28:52 +03:00
e371e7a21b Added cpuid 0x40000000 struct 2022-10-28 02:55:15 +03:00
e4b7fa4244 Fixed cpuid structs 2022-10-28 02:37:55 +03:00
978f238aba Updated cpuid structures 2022-10-27 22:36:21 +03:00
23adc45711 Updated cpu related stuff 2022-10-27 17:44:08 +03:00
8fd53ea9b2 Improved CPU functions 2022-10-27 03:18:24 +03:00
e489d49917 Renamed enums 2022-10-25 19:16:45 +03:00
eb65bd1896 Added APIC_BASE structure 2022-10-23 03:10:43 +03:00
4e45305099 no_stack_protector attribute to assembly functions 2022-10-23 02:23:58 +03:00
8308506ace Update files 2022-10-23 02:18:29 +03:00
4f94d4cc6d Updated tasking 2022-10-22 04:56:57 +03:00
ebd0273a99 More tasking implementation 2022-10-21 05:31:50 +03:00
3df98c7c8e 32bit boot using multiboot2 2022-10-17 23:52:55 +03:00
d5447c288e Optimize CPU functions 2022-10-17 18:09:21 +03:00
f8b77735d8 Small fixes for crash handler 2022-10-16 23:36:44 +03:00
b8c5c15a47 implemented interrupts handler & stub crash screen 2022-10-16 20:53:57 +03:00
d506c4e3c1 Update comment 2022-10-15 15:34:26 +03:00
f7ea052a51 Moved Initialization code 2022-10-15 15:31:09 +03:00
a2da69d777 Added syscalls stub 2022-10-12 04:34:37 +03:00
d4c385c128 Added CPU vendors and signatures and read/write CR* 2022-10-12 02:28:47 +03:00
ad9817a2db Added APIC & SMP stub 2022-10-11 02:43:23 +03:00
4b6683823f Update files 2022-10-10 23:29:39 +03:00
f746110fbe Implemented GDT & IDT 2022-10-10 09:00:32 +03:00
90774d68e0 Implemented CPU::Vendor, CPU::Name & CPU::Hypervisor but not tested enough 2022-10-10 07:02:44 +03:00
7c4d43fec3 Implemented a kinda broken tty 2022-10-09 04:01:49 +03:00
8652d781ce Update files 2022-10-08 04:33:53 +03:00