Commit Graph

20 Commits

Author SHA1 Message Date
c6da67a7a3 Add SetDoNotScroll 2023-03-26 21:16:02 +03:00
9ce301907a QoL improvements 2023-03-24 16:22:42 +02:00
8289581bf0 Add documentation for CreateBuffer 2023-03-17 00:18:04 +02:00
51dd8ba6aa Implement Display::SetBrightness 2023-03-16 18:51:35 +02:00
7d37988e3c Display functions are now in a file 2023-02-10 05:45:47 +02:00
12b490a515 Added GetBitsPerPixel & GetPitch 2022-12-29 05:29:43 +02:00
c0a3d3dd24 Added DrawString in Display 2022-12-26 08:40:34 +02:00
985d614be2 Compiles on x86 but everything is broken 2022-12-21 02:11:49 +02:00
a677f3c159 Updated types 2022-12-21 00:43:51 +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
2571c4f539 Added ubsan 2022-11-17 03:33:18 +02:00
ec91346acd Added GetBuffer() 2022-11-11 04:41:51 +02:00
d9973a01b5 Added GetBufferCursor 2022-10-25 15:23:45 +03:00
50ebd3fbd1 Added SetBufferCursor 2022-10-25 04:56:05 +03:00
cb349ae620 x32 still not working (TODO: do 1:1 page mapping, except for kernel) 2022-10-18 21:16:12 +03:00
b8c5c15a47 implemented interrupts handler & stub crash screen 2022-10-16 20:53:57 +03:00
9c00c5ec4b Color support 2022-10-11 00:46:51 +03:00
2bf2bf3280 Fixed display (still slower than I wanted to be) 2022-10-10 07:01:58 +03:00
f0690df9c4 Replaced memcpy, memset & memmove with one in musl lib 2022-10-09 04:48:17 +03:00
7c4d43fec3 Implemented a kinda broken tty 2022-10-09 04:01:49 +03:00