1590 Commits

Author SHA1 Message Date
Alex
8c98265e06
Fix broken GPT structure 2023-05-13 06:31:56 +03:00
Alex
61c53c127c
Fix condition 2023-05-12 06:02:16 +03:00
Alex
c99dcc113d
Check for ACPI pointer in x64 too 2023-05-12 05:59:35 +03:00
Alex
dcf4e63fa9
Fix wrong module size 2023-05-12 05:59:14 +03:00
Alex
ce869730e6
Do not spam "No mouse driver found." in logs 2023-05-12 05:43:01 +03:00
Alex
3c4ec0a36c
Update github workflow 2023-05-12 05:34:33 +03:00
Alex
345d496198
Update submodules 2023-05-11 19:05:40 +03:00
Alex
721652909f
Update configs 2023-05-11 19:05:26 +03:00
Alex
c7046fe06f
Fix aarch64 2023-05-11 18:45:49 +03:00
Alex
28ec505b78
Create an empty root if initrd failed to be loaded 2023-05-11 18:34:49 +03:00
Alex
149d8ba790
Make kernel to boot in x32 2023-05-11 18:34:21 +03:00
Alex
15637438da
Update Intel's CPUID structs 2023-05-11 16:36:51 +03:00
Alex
9f70ff9621
Do not request a specific resolution 2023-05-11 15:10:06 +03:00
Alex
78cc9fa642
Reduce stack usage for memory operations test 2023-05-11 15:09:29 +03:00
Alex
f1dc3868ca
Add support for multiboot2 2023-05-10 21:50:11 +03:00
Alex
79c6a5096d
Add ROUND_UP and ROUND_DOWN 2023-05-10 21:49:28 +03:00
Alex
fa8122659a
Request 1280x720x32 framebuffer 2023-05-09 05:14:13 +03:00
Alex
5511fdf6b0
Stub support mb2 for i386 2023-05-09 05:11:24 +03:00
Alex
b68c8c18a5
Implement mb2 stub support 2023-05-09 04:57:17 +03:00
Alex
408344e4f7
Update multiboot stubs 2023-05-09 01:06:42 +03:00
Alex
3dcb696de1
Update linker for i386 2023-05-09 01:06:30 +03:00
Alex
649450d191
Fix kernel section are not aligned 2023-05-08 05:46:38 +03:00
Alex
198742526c
Remove unnecessary code 2023-05-08 05:32:44 +03:00
Alex
1efc8f9537
Create a new stack for kernel and update BootInfo structure before anything else 2023-05-08 05:29:32 +03:00
Alex
c9e2d99570
Add checks for invalid addresses 2023-05-08 05:27:16 +03:00
Alex
e57195ef51
Add stub multiboot headers 2023-05-08 05:16:16 +03:00
Alex
404be92d43
Rewrite the linker script 2023-05-08 05:15:56 +03:00
Alex
78cfe17749
Update libc 2023-05-06 05:16:32 +03:00
Alex
cbbd3d0456
Update libc 2023-05-05 21:02:11 +03:00
Alex
2271e1c5c7
Add doom.elf to vscode debug 2023-05-05 21:02:01 +03:00
Alex
9f0d77f5a7
Update doomgeneric submodule 2023-05-05 21:01:35 +03:00
Alex
f2abcdd15d
Update libc 2023-05-05 20:17:52 +03:00
Alex
6916eb7537
Check if path is relative 2023-05-05 20:04:22 +03:00
Alex
1df78907fc
Add PathIsRelative() 2023-05-05 20:02:53 +03:00
Alex
7d939c001b
Add process cwd 2023-05-05 19:40:01 +03:00
Alex
dd232a3721
Fix compiler warnings 2023-05-05 19:39:46 +03:00
Alex
f48511c6ff
Implement fseek 2023-05-05 19:19:44 +03:00
Alex
8349339f32
Update errno macros 2023-05-05 19:19:19 +03:00
Alex
50a0857524
Implement file seek 2023-05-05 19:19:05 +03:00
Alex
b0e0415b3e
Track which core was used to schedule 2023-05-05 18:45:28 +03:00
Alex
59ebcdfa8e
Print backtrace on deadlocks 2023-05-05 18:21:31 +03:00
Alex
953401c4b2
More progress on fork() support 2023-05-05 17:34:00 +03:00
Alex
72918cdc18
Rewrite syscall stub and SyscallsFrame structure 2023-05-05 17:33:33 +03:00
Alex
2b44ad7d75
Fix compiler warning on syscall functions 2023-05-05 17:32:33 +03:00
Alex
39c3d4e2f2
Add syscalls test 2023-05-05 17:10:44 +03:00
Alex
d0ec077c09
Add gdb for init.elf 2023-05-05 17:08:36 +03:00
Alex
607d0dc048
Update doomgeneric submodule 2023-05-05 17:07:52 +03:00
Alex
a280de7d73
Exit on fork() failure 2023-05-05 17:07:35 +03:00
Alex
d472fddb61
Check if the thread pointer is valid before accessing it's data 2023-05-04 22:42:14 +03:00
Alex
71c9306828
Make syscall handler stub easier to debug 2023-05-04 22:40:18 +03:00