Commit Graph

308 Commits

Author SHA1 Message Date
0116fd3b38 Oops, SetFlag() should not clear the entire data 2022-12-05 06:02:25 +02:00
2d1c42fbcd Memory related code optimization 2022-12-05 00:48:41 +02:00
f34278891b Added tlb & bitmap commands 2022-12-05 00:47:15 +02:00
58dfc9c407 Enable Global Pages 2022-12-05 00:43:59 +02:00
7487204417 Rust support 2022-12-01 06:13:31 +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
2fba834d41 Forgot to resume the stopped process 2022-11-21 16:19:51 +02:00
eaaf8427dc Stack guard implementation 2022-11-21 03:20:13 +02:00
f907ca907d Updated lock 2022-11-20 16:13:19 +02:00
23dba51c01 SMBIOS support 2022-11-19 11:32:46 +02:00
e535a5e0c6 Oh my god how stupid I can be sometimes 2022-11-19 09:54:08 +02:00
666991265f ‘noreturn’ function does return 2022-11-18 04:22:50 +02:00
13f93b8e21 Stop tasking when stack guard fails 2022-11-17 19:09:43 +02:00
3f2cc6e3ff Updated ubsan 2022-11-17 04:20:23 +02:00
2571c4f539 Added ubsan 2022-11-17 03:33:18 +02:00
11641b1ff3 Better(?) stack guard 2022-11-17 03:32:38 +02:00
4d874a3e81 Moved backspace() & append() 2022-11-16 16:03:09 +02:00
786a8432c0 Show cpu data info on details screen 2022-11-16 16:02:37 +02:00
01e892a8be Get cpu data too 2022-11-16 16:02:17 +02:00
89f5d29135 Do not stop the scheduler at the beginning of the crash handler 2022-11-15 15:22:18 +02:00
c2628019b7 Syscalls working as expected 2022-11-15 15:09:52 +02:00
3542dfca8b Code fixes and stability 2022-11-15 01:50:07 +02:00
82bdd4ec8b Better lock 2022-11-15 01:48:33 +02:00
cabdc5263e Kernel now compiles on x32 2022-11-14 14:54:18 +02:00
042bce48a0 Kernel & User time stub 2022-11-14 07:42:37 +02:00
04f1372422 Debugging is now easier 2022-11-11 19:40:40 +02:00
3112d51168 Few improvements for crash screen 2022-11-11 05:02:03 +02:00
dc5b6498f9 Improved crash screen 2022-11-11 04:42:28 +02:00
5f320bcf25 Better address check 2022-11-11 04:41:37 +02:00
13ad74c1af Kernel no longer crashes when trying to read symbols 2022-11-11 04:40:19 +02:00
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
6409dfdf0b Kernel now boots on BIOS systems 2022-11-07 11:17:06 +02:00
2904ae14da Updated lock 2022-11-07 06:12:42 +02:00
6025ef2e54 Fix for crash handler 2022-11-07 04:51:55 +02:00
5ead0d7f9b Fixed usermode apps crashing 2022-11-07 01:43:12 +02:00
8d963bfd84 Disable SMEP and SMAP for now 2022-11-07 01:42:52 +02:00
664cea41a5 Added Schedule() 2022-11-06 06:04:34 +02:00
3d947c2a03 Added implementation of critical thread/process 2022-11-06 03:43:12 +02:00
954223cbf5 Fixed memory leak 2022-11-06 03:16:03 +02:00
73e889c7e5 Updated driver loader 2022-11-06 02:49:19 +02:00
c602ad8db3 Delete hook if the driver fails 2022-11-06 01:20:24 +02:00
7541f3c856 Interrupt driver stub 2022-11-06 01:19:57 +02:00
52ef1e3b3b Updated memory mapping functions 2022-11-05 04:40:15 +02:00
9dbe40704d If a wrong color is specified, set the color value to 0xFFFFFF 2022-11-05 04:25:07 +02:00
4af2b199f4 Perform CPU sleep when using Sleep() function 2022-11-04 20:52:38 +02:00
aa45396d5b Updated memory initializator 2022-11-04 05:31:12 +02:00
0b7bbd20d6 Fixed issue when sometimes initializing drivers can crash the system 2022-11-04 05:30:04 +02:00
9bd37041a6 Fixed some issues on crash handler when an user process crashes 2022-11-04 05:29:10 +02:00
359c88150f Updated memory initializator 2022-11-04 05:28:24 +02:00
0ccee08913 Added stub code for kernel API 2022-11-03 03:15:54 +02:00