110 Commits

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