1101 Commits

Author SHA1 Message Date
EnderIce2
dfe35ce2d8
Add std::bitset implementation 2024-03-19 02:34:32 +02:00
EnderIce2
90b9e7301d
Rename string class to basic_string 2024-03-19 02:33:57 +02:00
EnderIce2
be80b52543
Add char_traits stub class to <string> 2024-03-19 02:33:33 +02:00
EnderIce2
464022a61d
Check Display class in InitFont() 2024-03-19 02:20:58 +02:00
EnderIce2
9722a44dc2
Fix typo in help command 2024-03-18 21:33:06 +02:00
EnderIce2
c197383a74
Update page table in __stack_chk_fail and __chk_fail functions 2024-03-14 04:44:19 +02:00
EnderIce2
56e47f5cef
Refactor MainInterruptHandler 2024-03-14 04:42:06 +02:00
EnderIce2
6f76e13c6d
Rename TPL to TPR in used.cpp 2024-03-13 18:46:59 +02:00
EnderIce2
7d1041a3bd
Refactor interrupt handling code 2024-03-13 18:46:01 +02:00
EnderIce2
2d5bb5193d
Refactor BaseBufferStackError function 2024-03-13 18:45:07 +02:00
EnderIce2
740f100843
Add clamp function to <algorithm> 2024-03-13 18:18:03 +02:00
EnderIce2
f009f181b0
Refactor code to use tab spaces 2024-03-13 18:09:42 +02:00
EnderIce2
d247dcd4a3
Update CR8 structure 2024-03-13 18:08:20 +02:00
EnderIce2
292b022393
Remove unused code and debug information 2024-03-13 17:04:27 +02:00
EnderIce2
2ffd8e3c34
Refactor gsTCB struct for debugging and update usage in related files 2024-03-13 03:41:12 +02:00
EnderIce2
e021c1d9eb
Refactor file creation logic 2024-03-11 23:35:24 +02:00
EnderIce2
42225a5cd9
Refactor node creation logic 2024-03-11 23:35:01 +02:00
EnderIce2
0d2036139c
Update DisplayDetailsScreen to include CopyOnWrite flag in page table entry 2024-03-11 23:29:47 +02:00
EnderIce2
0270192eec
Add more page fault details 2024-03-10 22:51:09 +02:00
EnderIce2
1c723e9710
Update TODO.md 2024-03-10 22:07:02 +02:00
EnderIce2
0c0ee01f35
Add Flags field to gsTCB struct 2024-03-10 22:05:22 +02:00
EnderIce2
23d10fcd25
Add pow and fabs to cmath 2024-03-07 21:54:00 +02:00
EnderIce2
196aacda84
Update DisplayProcessScreen function to include executable name 2024-03-05 01:07:09 +02:00
EnderIce2
235f42b8d8
Update Linux fork and execve functions 2024-03-05 01:07:00 +02:00
EnderIce2
321305e795
Update print statement 2024-03-05 01:04:02 +02:00
EnderIce2
7c4adccf8d
Fix stack align 2024-03-05 00:47:08 +02:00
EnderIce2
2633e8ed76
Add getgid, geteuid, getegid & stub access for Linux syscalls 2024-03-05 00:31:51 +02:00
EnderIce2
3cf4fda68a
Refactor stack handling in thread.cpp 2024-03-05 00:30:54 +02:00
EnderIce2
afd9227f31
Refactor stack pointer alignment in thread.cpp 2024-03-05 00:04:11 +02:00
EnderIce2
52ec0a25bf
Fix incorrect condition in HandleException function 2024-03-04 23:11:40 +02:00
EnderIce2
2ddacf8e13
Fix memory access issues in linux_execve function 2024-03-04 02:53:28 +02:00
EnderIce2
d2db08b2cf
Workaround for QEMU TCG crash 2024-03-04 02:07:53 +02:00
EnderIce2
914e96b337
Handle signal interruptions during sleep 2024-03-03 23:58:12 +02:00
EnderIce2
c2b595452e
Add InitTrampoline and HasPendingSignal function 2024-03-03 23:58:05 +02:00
EnderIce2
e69ace7fdc
Add ExGetKSymbolByAddress function to retrieve kernel symbols by address 2024-03-03 23:48:19 +02:00
EnderIce2
23865ffc4f
Add <utility> header to include_std/list 2024-03-03 22:19:58 +02:00
EnderIce2
a29bdb9dd0
Add AC flag initialization to thread context 2024-03-03 22:15:23 +02:00
EnderIce2
8caed0c35c
Update error colors 2024-03-02 01:42:23 +02:00
EnderIce2
7ed89bcb4c
Check USTAR archive validation in KernelVFS() 2024-03-02 01:40:04 +02:00
EnderIce2
d651dcbe7f
Add check for empty drivers list and print message if no drivers to load 2024-03-02 01:33:00 +02:00
EnderIce2
0fd804abab
Replace debug statement with KPrint 2024-03-02 01:32:51 +02:00
EnderIce2
000273aea0
Fix call instruction in signal_trampoline.s 2024-03-02 01:19:03 +02:00
EnderIce2
d3a16469ad
Revise PID and TID generation to align with standards 2024-03-02 00:51:06 +02:00
EnderIce2
525a102f20
Implement GetIdle function in Custom scheduler 2024-03-02 00:16:18 +02:00
EnderIce2
df457e8097
Refactor task scheduler 2024-03-01 22:56:50 +02:00
EnderIce2
66ec562751
Add support for DEL key 2024-02-29 05:54:30 +02:00
EnderIce2
c7360f4970
Implement blinking cursor and text modification functionality 2024-02-29 05:40:40 +02:00
EnderIce2
a60ac0ca73
Fix KEY_SLASH character 2024-02-29 03:50:16 +02:00
EnderIce2
10aa3d31ec
Add cursor blinking functionality 2024-02-29 02:18:20 +02:00
EnderIce2
d3a22aa7b3
Add std::thread implementation 2024-02-29 02:18:16 +02:00