Commit Graph

  • df24131e48 Added last task ticks counter Alex 2023-02-27 17:44:10 +02:00
  • c4a2f645de Use vector instead of hashmap Alex 2023-02-27 17:36:18 +02:00
  • 7b756263c0 Create a null element and return it Alex 2023-02-26 10:56:11 +02:00
  • 5427e7f2ca Set baud rate to 115200 Alex 2023-02-25 07:23:25 +02:00
  • ca5745aa6d Fixed compiler warning Alex 2023-02-25 04:54:48 +02:00
  • 4d279f0d12 Fixed ConvertFromUnix() Alex 2023-02-25 04:52:09 +02:00
  • 744895afd6 Redirect IRQs to BSP Alex 2023-02-25 03:59:56 +02:00
  • 4b45313369 FIXME Alex 2023-02-25 03:59:26 +02:00
  • 5e72d81a8f Simple CPU affinity system Alex 2023-02-25 03:58:11 +02:00
  • 14aa071e7f Fixed deadlock Alex 2023-02-25 02:44:13 +02:00
  • 4519204580 Reimplemented Xalloc from scratch Alex 2023-02-24 10:19:55 +02:00
  • 62e9d7b9c9 fixme Alex 2023-02-24 10:15:05 +02:00
  • f767d950c4 Show error code Alex 2023-02-24 10:12:25 +02:00
  • bcf46f8341 Added GetLocksCount() Alex 2023-02-24 10:11:48 +02:00
  • 3e76830978 Fixed excessive padding Alex 2023-02-22 02:11:28 +02:00
  • c817be50ff Put CPU namespaces in separate files to make cpu.hpp smaller Alex 2023-02-22 01:48:38 +02:00
  • a35482694f Fixed keyboard interrupt Alex 2023-02-22 01:22:10 +02:00
  • 5c6ba5b6e1 Removed useless text Alex 2023-02-21 23:08:16 +02:00
  • 3f3db40026 Fixed race conditions Alex 2023-02-19 01:54:38 +02:00
  • 07738ddb0a Added StackPointer* for lock Alex 2023-02-19 01:54:17 +02:00
  • 4454181448 Added KCTL_IS_CRITICAL Alex 2023-02-19 01:51:36 +02:00
  • 4cdc3dffaa Removed messages Alex 2023-02-19 00:53:45 +02:00
  • 73e5f13d35 Signal all cores to stop on exception Alex 2023-02-19 00:51:44 +02:00
  • c5e3809674 Spinlocked uart Alex 2023-02-19 00:51:12 +02:00
  • 858a67c047 Fixed race condition Alex 2023-02-19 00:24:14 +02:00
  • 84ed8d61e2 Added int1 and int3 marco Alex 2023-02-19 00:23:40 +02:00
  • 419b5bee0d Replaced "__sync_synchronize" with "__sync" Alex 2023-02-18 04:13:49 +02:00
  • 0fb62e52d2 Use correct instruction Alex 2023-02-18 04:11:59 +02:00
  • 476e97baf1 Added ForceUnlock boolean Alex 2023-02-18 04:11:28 +02:00
  • 95a78ef939 CurrentThread/Process should be atomic Alex 2023-02-18 04:10:41 +02:00
  • f5a724145e Debug messages for memory allocation Alex 2023-02-18 04:09:33 +02:00
  • a142c54a7c Update Vector code Alex 2023-02-18 04:09:07 +02:00
  • 754e4ea0c7 Atomic default value 0 Alex 2023-02-18 04:08:21 +02:00
  • ad1c2214ef Show more debug messages Alex 2023-02-18 04:07:40 +02:00
  • 20064c05ff ubsan Alex 2023-02-16 21:58:58 +02:00
  • c1d876f5fd RemoveAll should not have any stack protection or sanitization Alex 2023-02-16 21:45:48 +02:00
  • 3618e1df87 Added __sync marco Alex 2023-02-16 04:04:59 +02:00
  • d491820759 Compiler warning Alex 2023-02-16 03:51:08 +02:00
  • 593bd0d620 Fixed screen printing bug Alex 2023-02-16 03:50:32 +02:00
  • 78e1748233 Optimize Scroll() function Alex 2023-02-16 03:00:00 +02:00
  • 5ae9cbf27b Added "uartmemdmp" command Alex 2023-02-16 02:29:43 +02:00
  • afacc0e8de Wrong API doc Alex 2023-02-16 02:29:19 +02:00
  • 778f77a64b Stop if HPET is not found Alex 2023-02-15 07:30:42 +02:00
  • 51b0e3b5a8 Changed scheduler priorities Alex 2023-02-15 07:21:08 +02:00
  • 4506648cd6 mem* check operations now tell where it failed Alex 2023-02-15 07:14:18 +02:00
  • 0f1f66668b Optimize smp GetCurrentCPU() Alex 2023-02-15 07:13:25 +02:00
  • 2c714bbcbc Optimize GetCurrentCPU Alex 2023-02-14 16:07:02 +02:00
  • b3cbcd474d Added SetText() Alex 2023-02-14 04:53:41 +02:00
  • 5257ff662f Debug what destructors are called Alex 2023-02-14 03:53:09 +02:00
  • 47a10df568 Added GetSchedulerTicks() Alex 2023-02-14 03:52:42 +02:00
  • a21c2063ae Renamed enum, oops Alex 2023-02-14 03:51:39 +02:00
  • 9416bd5cb9 Fixed kernel hang on IPC wait Alex 2023-02-13 16:16:09 +02:00
  • dc43de81e8 TODO: fix memory deadlocks Alex 2023-02-10 18:01:32 +02:00
  • ae9f790301 Debug messages for memory allocation Alex 2023-02-10 17:26:09 +02:00
  • 9b56c49029 Added -> operator Alex 2023-02-10 16:51:56 +02:00
  • f6bd398af7 Debug task manager process Alex 2023-02-10 16:31:59 +02:00
  • a99a2ef34b Added stub interpreter support Alex 2023-02-10 16:31:33 +02:00
  • 5bbef13d6a Updated IPC Alex 2023-02-10 16:30:45 +02:00
  • 7d37988e3c Display functions are now in a file Alex 2023-02-10 05:45:47 +02:00
  • 742082f755 Moved SyscallsLock Alex 2023-02-10 05:45:30 +02:00
  • 5ab15645ca Updated on screen debug task manager Alex 2023-02-10 05:45:11 +02:00
  • 4d0050c90d Schedule() should fire faster Alex 2023-02-10 05:44:48 +02:00
  • fb97217927 Renamed "snprintf_" to "snprintf" Alex 2023-02-10 05:25:34 +02:00
  • c968b6f2d5 Updated lock to use atomic operations Alex 2023-02-10 05:25:08 +02:00
  • ee6d589bfd Updated atomic implementation Alex 2023-02-10 05:24:42 +02:00
  • b104511241 Added GetProcessByID and GetThreadByID Alex 2023-02-07 04:55:26 +02:00
  • a23d999183 IPC stub Alex 2023-02-07 03:22:44 +02:00
  • 3bc76edec0 Security fix for allocating pages for user-mode Alex 2023-02-07 03:21:39 +02:00
  • de5d8154ab Create a thread instead of a new process Alex 2023-02-06 20:13:11 +02:00
  • a592b85ce5 Updated kernel (tl;dr: improved filesystem, tasking, loading files, etc..) Alex 2023-02-06 19:35:44 +02:00
  • 640f6a412a Updated crash screen Alex 2023-02-06 19:33:48 +02:00
  • c74d19e9d2 Added "AddSymbol" Alex 2023-02-06 19:32:41 +02:00
  • 88008ac470 Added timeout lock Alex 2023-02-06 19:32:20 +02:00
  • 98b797a95c Naming convention Alex 2023-02-06 19:31:40 +02:00
  • 689939ebf6 Updated vscode recommendations Alex 2023-02-06 19:24:19 +02:00
  • 70ffb9936e Added string class Alex 2023-02-06 19:24:05 +02:00
  • 0ddda954f6 t1 Alex 2023-01-16 06:10:52 +02:00
  • ad499e6b9c Reduced frame tracing count Alex 2023-01-11 23:55:19 +02:00
  • a0742cf987 More stable GetPathFromNode Alex 2023-01-10 07:03:32 +02:00
  • 1297aecc8a Added "DoNotCreatePageTable" boolean to CreateProcess Alex 2023-01-09 17:19:06 +02:00
  • e1a11bba4c Shut up UBSAN Alex 2023-01-09 04:32:28 +02:00
  • 46cdce8d1a Forgot commenting DEBUG_NETWORK Alex 2023-01-09 03:33:21 +02:00
  • 4f6c7e8a0d Updated network related code so now it should work as expected Alex 2023-01-09 03:32:17 +02:00
  • ad16d361dc Implemented "ConvertFromUnix" (not sure if it's right but I guess it works?) Alex 2023-01-09 03:30:13 +02:00
  • 3f3b636caf Updated driver loading Alex 2023-01-07 20:14:44 +02:00
  • 7527a8033d Updated PCI debug log Alex 2023-01-07 20:14:16 +02:00
  • 7fd6532345 Renamed print functions Alex 2023-01-07 20:13:46 +02:00
  • 9a59137064 Rewrote "u8ToHexString" & "u32ToHexString" Alex 2023-01-07 17:56:13 +02:00
  • e1aa6fff1c TODO Alex 2023-01-05 08:03:52 +02:00
  • a4efcb9292 Fixed tasking when a thread is sleeping Alex 2023-01-05 08:01:21 +02:00
  • 094a75360f Drivers were not removed Alex 2023-01-04 19:40:57 +02:00
  • 4d8205a516 Implemented simple GUI Alex 2023-01-04 06:46:13 +02:00
  • f91503d704 TODO: implement a faster mem* Alex 2023-01-04 06:45:22 +02:00
  • fd477325a3 More checks for SSE Alex 2023-01-04 06:44:55 +02:00
  • 3ab856feca Removed soft-float flag Alex 2023-01-04 06:44:38 +02:00
  • 9da6f0f98e Support even older CPUs Alex 2023-01-04 04:31:31 +02:00
  • d13c208218 Fixed memset sse Alex 2023-01-04 03:32:06 +02:00
  • e3180d4092 Updated kernel fonts Alex 2023-01-03 17:54:24 +02:00
  • e59eef6be9 Moved SIMD mem* functions to separate files Alex 2023-01-03 07:09:49 +02:00
  • c8bf57df77 Renamed memcpy.c file Alex 2023-01-03 06:38:01 +02:00