Commit Graph

99 Commits

Author SHA1 Message Date
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
83d5397584 Fixed compiler warnings 2022-11-02 17:12:56 +02:00
ca33e7b85b Implemented partition detection 2022-11-02 04:14:06 +02:00
2650202bc5 Added IOCB function 2022-11-02 04:13:43 +02:00
b9c725c1db Removed debug messages in Check() 2022-11-01 20:12:55 +02:00
971f64b958 Driver directory can be modified by config 2022-11-01 19:58:35 +02:00
89c173bb31 Check if the page is present when we trace frames 2022-11-01 19:58:08 +02:00
00cda98a62 Added Check() function 2022-11-01 19:57:15 +02:00
9b043d4b34 Disk drivers are now loading 2022-11-01 04:31:16 +02:00
97b2b354e5 Added support for multiple vendors on one driver 2022-11-01 03:59:59 +02:00