EnderIce2
|
bd7c44ae74
|
Update ELF header
|
2024-05-20 05:41:26 +03:00 |
|
EnderIce2
|
5329c92791
|
Return proper errno for null inode operations
|
2024-05-19 11:28:22 +03:00 |
|
EnderIce2
|
042a5f8d4a
|
Fix missing member initialization
|
2024-05-19 08:55:52 +03:00 |
|
EnderIce2
|
6801475243
|
Refactor filesystem & stl code
|
2024-05-18 07:42:01 +03:00 |
|
EnderIce2
|
fd292305f6
|
Refactor lock related code
|
2024-04-10 06:25:55 +03:00 |
|
EnderIce2
|
daccdaeeae
|
Implement process resource limits
|
2024-04-02 05:52:43 +03:00 |
|
EnderIce2
|
91ca38fd77
|
Rename struct "stat" to "kstat"
|
2024-04-01 04:49:06 +03:00 |
|
EnderIce2
|
a49e5e9913
|
Remove redundant file operation functions
|
2024-04-01 04:36:11 +03:00 |
|
EnderIce2
|
bbb67b6a88
|
Refactor USTAR class and comments in FAT header
|
2024-04-01 04:33:36 +03:00 |
|
EnderIce2
|
e3f2912d59
|
Add stub F_DUPFD_CLOEXEC and add more cases in linux_fcntl
|
2024-04-01 01:12:37 +03:00 |
|
EnderIce2
|
473821bfa8
|
Implement process file mode creation mask
|
2024-04-01 00:47:33 +03:00 |
|
EnderIce2
|
a3b3ab76a7
|
Fix stat in linux
|
2024-03-31 21:42:10 +03:00 |
|
EnderIce2
|
eb3c6f42d6
|
Fix data type definitions
|
2024-03-31 21:03:44 +03:00 |
|
EnderIce2
|
147027b613
|
Add linux_getrusage and linux_setitimer syscall implementation
|
2024-03-28 00:16:32 +02:00 |
|
EnderIce2
|
3dc1981820
|
Implement VirtualAllocation class
|
2024-03-27 19:51:15 +02:00 |
|
EnderIce2
|
d7cc1f5c47
|
Add ptr_t class to types.h
|
2024-03-27 18:21:17 +02:00 |
|
EnderIce2
|
3d1ecc3db0
|
Rework signal handling code
|
2024-03-25 23:21:27 +02:00 |
|
EnderIce2
|
ab8ca388bb
|
Add GetThread() function to PCB class
|
2024-03-25 15:12:21 +02:00 |
|
EnderIce2
|
49ef1dc454
|
Refactor stack expansion and stack fork implementation
|
2024-03-21 02:09:48 +02:00 |
|
EnderIce2
|
b35045e7ca
|
Refactor memory allocation implementation and add KernelReserve flag to memory mappings
|
2024-03-19 03:57:30 +02:00 |
|
EnderIce2
|
1bd58a309f
|
Refactor Check and CheckRegion functions in virtual.hpp
|
2024-03-19 03:52:44 +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
|
2ffd8e3c34
|
Refactor gsTCB struct for debugging and update usage in related files
|
2024-03-13 03:41:12 +02:00 |
|
EnderIce2
|
0c0ee01f35
|
Add Flags field to gsTCB struct
|
2024-03-10 22:05:22 +02:00 |
|
EnderIce2
|
7c4adccf8d
|
Fix stack align
|
2024-03-05 00:47:08 +02:00 |
|
EnderIce2
|
c2b595452e
|
Add InitTrampoline and HasPendingSignal function
|
2024-03-03 23:58:05 +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
|
574c753b77
|
Add GetPixel and DrawRectangle functions to Display class
|
2024-02-29 02:18:08 +02:00 |
|
EnderIce2
|
5fd8d3b3a5
|
Revamped kernel panic functions with significant improvements
|
2024-02-28 06:31:02 +02:00 |
|
EnderIce2
|
ddad5ca38a
|
Remove ELFSymbolTable from PCB
|
2024-02-28 06:11:31 +02:00 |
|
EnderIce2
|
7059cd5f5e
|
Update CR register flags documentation
|
2024-02-28 05:47:33 +02:00 |
|
EnderIce2
|
a49d4936e3
|
Fix cpuid 0x7 for AMD
|
2024-02-28 05:07:22 +02:00 |
|
EnderIce2
|
4397763e72
|
Update CreateIfNotExists function signature
|
2024-02-27 05:52:24 +02:00 |
|
EnderIce2
|
3eb25c8e14
|
Remove unnecessary calls to CPUID.Get()
|
2024-02-25 18:43:11 +02:00 |
|
EnderIce2
|
fc4cc5d189
|
Add GetDefaultFont() method to Display class
|
2024-02-23 03:51:07 +02:00 |
|
EnderIce2
|
495e75c649
|
Add IgnoreSpecialChars parameter to Print and PrintString functions
|
2024-02-19 01:42:29 +02:00 |
|
EnderIce2
|
5adc4151a6
|
Fix comment space
|
2024-02-16 20:55:56 +02:00 |
|
EnderIce2
|
69aeb5c36a
|
Add PrintString()
|
2024-02-15 22:53:39 +02:00 |
|
EnderIce2
|
725f22cd43
|
Add ExceptionFrame structure
|
2024-02-15 22:08:11 +02:00 |
|
EnderIce2
|
174df62d85
|
Move font declarations to display.hpp
|
2024-02-10 07:09:11 +02:00 |
|
EnderIce2
|
cfd4b8d6a5
|
Update display buffer handling
|
2024-02-10 06:56:26 +02:00 |
|
EnderIce2
|
b31384fc55
|
Refactor display.hpp
|
2024-02-05 16:19:07 +02:00 |
|
EnderIce2
|
b0575ba4f2
|
Rename "SafeFunction" macro to "NoSecurityAnalysis"
|
2024-02-04 04:31:30 +02:00 |
|
EnderIce2
|
69c61037ed
|
Remove __naked attribute from Stop() function
|
2024-02-04 04:05:34 +02:00 |
|
EnderIce2
|
bb946ea568
|
Fix CPU functions for aarch64
|
2024-02-04 04:04:30 +02:00 |
|
EnderIce2
|
fc8027a377
|
Add additional general purpose registers to TrapFrame struct
|
2024-02-04 03:45:45 +02:00 |
|
EnderIce2
|
de220bf879
|
Refactor GetAllocatedPagesList and GetSharedRegions to return references
|
2024-02-02 01:51:39 +02:00 |
|