179 Commits

Author SHA1 Message Date
Alex
446a571018
Tasking is now working under 32-bit 2023-09-07 04:22:34 +03:00
Alex
a452b9acd1
Add support for legacy Multiboot aka Multiboot1 2023-09-06 22:43:33 +03:00
Alex
c5c76d3f9d
Various QoL changes 2023-09-03 19:24:14 +03:00
Alex
6d95cd5261
Rework for APIC & added support for x2APIC 2023-08-31 01:07:55 +03:00
Alex
622214003f
Update GDT & IDT structures 2023-08-25 02:53:35 +03:00
Alex
05610c7e7a
Fix compiler issues in 32-bit 2023-08-24 04:45:13 +03:00
Alex
83bd843e2b
Move ACPI and DSDT files to Core directory 2023-08-24 04:29:39 +03:00
Alex
aa108c08f6
Rework IDT 2023-08-24 03:14:52 +03:00
Alex
bef0897442
Fix 32-bit compilation 2023-08-23 16:59:21 +03:00
Alex
ef3b761d4f
Removal of NASM support and migration of .asm files to .s 2023-08-11 04:57:32 +03:00
Alex
2c51e4432f
Update kernel 2023-08-06 04:53:14 +03:00
Alex
85c0de688d
Fix sleep syscall 2023-06-11 01:36:39 +03:00
Alex
41db477173
Update kernel 2023-06-10 13:11:25 +03:00
Alex
a93ea49644
Do not make modules mandatory 2023-05-25 02:39:53 +03:00
Alex
e2063130ea
Remove limine_terminal_request 2023-05-19 06:32:44 +03:00
Alex
d527121883
Add implementation for GDT & IDT on x32 and QoL fixes 2023-05-17 03:28:57 +03:00
Alex
816e5461c9
Fix type sizes 2023-05-13 07:40:07 +03:00
Alex
61c53c127c
Fix condition 2023-05-12 06:02:16 +03:00
Alex
dcf4e63fa9
Fix wrong module size 2023-05-12 05:59:14 +03:00
Alex
c7046fe06f
Fix aarch64 2023-05-11 18:45:49 +03:00
Alex
149d8ba790
Make kernel to boot in x32 2023-05-11 18:34:21 +03:00
Alex
9f70ff9621
Do not request a specific resolution 2023-05-11 15:10:06 +03:00
Alex
f1dc3868ca
Add support for multiboot2 2023-05-10 21:50:11 +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
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
72918cdc18
Rewrite syscall stub and SyscallsFrame structure 2023-05-05 17:33:33 +03:00
Alex
71c9306828
Make syscall handler stub easier to debug 2023-05-04 22:40:18 +03:00
Alex
52f506e882
Remove multiboot2 boot code 2023-04-27 05:06:07 +03:00
Alex
c1eaabf97b
Bug fixes 2023-04-25 05:14:12 +03:00
Alex
03b667f5c0
Fix i386 and aarch64 compilation issues 2023-04-23 07:55:27 +03:00
Alex
cd0a470e1d
Fix a bug where GetCurrentProcess returned null inside DSDT 2023-04-23 07:50:09 +03:00
Alex
dc6fd148fc
Reserve more pages for SMP trampoline 2023-04-23 06:28:12 +03:00
Alex
89d747e52c
Update timing implementation 2023-04-23 05:30:58 +03:00
Alex
fa4713fdff
Fix kernel crash after an interrupt occurs on the BSP 2023-04-11 11:30:37 +03:00
Alex
046c693a52
Use an enum to specify what ist to use 2023-04-11 11:28:35 +03:00
Alex
70e11f17e7
Implement std::atomic and remove the old implementation Atomic and rename vector.hpp to vector 2023-04-10 05:29:41 +03:00
Alex
b4dbf2c281
QoL and bug fixes 2023-04-10 03:11:46 +03:00
Alex
98c137566d
Replace __attribute__ with a macro from types.h 2023-04-07 05:22:14 +03:00
Alex
540152a339
Add support for 2MB and 1GB map 2023-04-07 01:39:11 +03:00
Alex
76239ec4ad
Add Get() function for every cpuid struct 2023-04-06 18:36:16 +03:00
Alex
5e5819e3be
Fix compilation issues 2023-04-06 18:11:01 +03:00
Alex
b8186bb3d9
Make rsp to be at physical address 2023-04-04 21:08:45 +03:00
Alex
b265b4aced
Make aarch64 compilable 2023-04-04 19:36:45 +03:00
Alex
f81922f63d
Move syscall handler to SystemCalls.cpp 2023-04-04 03:25:25 +03:00