179 Commits

Author SHA1 Message Date
Alex
cabdc5263e
Kernel now compiles on x32 2022-11-14 14:54:18 +02:00
Alex
08ab104eb1
Runtime stuff 2022-11-11 04:41:12 +02:00
Alex
77081b4e1e
Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
Alex
3e5c2bcacd
If empty, set default 2022-11-07 11:27:35 +02:00
Alex
2bd8e8d948
cld 2022-11-07 06:14:28 +02:00
Alex
3c4d67fa48
Do not trace icr registers 2022-11-07 06:13:23 +02:00
Alex
5624b82b0f
Rewrite tss 2022-11-07 01:41:47 +02:00
Alex
971f4b2b27
SetKernelStack should have no_stack_protector attribute 2022-11-06 05:04:57 +02:00
Alex
b82560e5d4
Removed limine.h and use one inside tools/limine 2022-11-06 05:02:15 +02:00
Alex
416e290c51
Updated GDT & IDT 2022-11-06 04:55:12 +02:00
Alex
776f6d71b0
implemented fxsr 2022-11-06 04:55:01 +02:00
Alex
9635cefa17
Fixed compiler warnings 2022-11-06 01:58:24 +02:00
Alex
14ccd20d9b
Updated GDT code 2022-11-05 07:36:57 +02:00
Alex
8e579133cc
Updated GDT code 2022-11-05 06:31:45 +02:00
Alex
3e33106a25
Set the timer to OneShot mode 2022-11-01 01:55:16 +02:00
Alex
a245fb009c
Fixed compilation failing on i386 2022-10-28 09:06:09 +03:00
Alex
3f0d496eb6
Comparison of narrow type with wide type in loop condition 2022-10-28 09:02:11 +03:00
Alex
4fced18138
Do not divide the APIC if we are debugging 2022-10-28 08:38:18 +03:00
Alex
c741c4252f
Divide one-shot by 128 2022-10-28 04:52:00 +03:00
Alex
55f63d26fa
Revert and ignore the compiler warning 2022-10-27 03:37:35 +03:00
Alex
33f95cb427
Update files 2022-10-27 03:24:08 +03:00
Alex
305168a593
Fixed compiler warnings 2022-10-27 03:23:47 +03:00
Alex
42dc78626a
Changed how lock works (now it's assembly spinlock) 2022-10-27 02:44:09 +03:00
Alex
581638c256
Update files 2022-10-26 21:55:31 +03:00
Alex
23f980f010
Fixed DSDT 2022-10-25 19:14:18 +03:00
Alex
9eaefb6d6c
divide ticks in OneShot 2022-10-25 04:28:45 +03:00
Alex
0beb57eae8
Fix for APIC 2022-10-25 02:51:53 +03:00
Alex
b66e8fb4f8
Split IOAPICRedirectEntry 2022-10-25 02:43:47 +03:00
Alex
7b324f020f
Renamed enum 2022-10-25 02:42:30 +03:00
Alex
c69496cac1
Update APIC according to Intel manual (2.4.3 Interrupt Command Register) 2022-10-25 02:42:12 +03:00
Alex
62bd906e61
Added IOAPIC redirect structure 2022-10-25 02:31:27 +03:00
Alex
31e26040da
Added InterruptCommandRegisterHigh for future use 2022-10-25 02:25:56 +03:00
Alex
6af8c9c4ee
Improved APIC (more human readable) 2022-10-25 02:24:37 +03:00
Alex
7918999799
Fixed timer calibration 2022-10-23 03:47:38 +03:00
Alex
782b3fa78a
Moved IOAPICVersion 2022-10-23 03:17:57 +03:00
Alex
eb65bd1896
Added APIC_BASE structure 2022-10-23 03:10:43 +03:00
Alex
fd154bc547
Added LVTTimer union structure 2022-10-23 02:48:42 +03:00
Alex
21478ca5b8
Added memory barriers 2022-10-23 02:24:07 +03:00
Alex
8308506ace
Update files 2022-10-23 02:18:29 +03:00
Alex
4f94d4cc6d
Updated tasking 2022-10-22 04:56:57 +03:00
Alex
ebd0273a99
More tasking implementation 2022-10-21 05:31:50 +03:00
Alex
9c3c07116c
Fixed compilation issues on x32 2022-10-21 03:59:01 +03:00
Alex
5d17c5a411
Better printing on SMP status 2022-10-20 05:07:53 +03:00
Alex
fa92676d9f
Changed SMP code 2022-10-20 05:04:15 +03:00
Alex
7f47b2a3a4
Update files 2022-10-20 05:03:31 +03:00
Alex
cae9572cc1
More work on system calls 2022-10-20 05:02:49 +03:00
Alex
3dc83ad90f
Fix SMP 2022-10-20 05:02:09 +03:00
Alex
ea61229b18
Added better kernel arguments reading 2022-10-20 01:07:39 +03:00
Alex
7750dd777e
Replaced string to convert 2022-10-20 01:06:20 +03:00
Alex
a6d5e08e3b
Moved arm64Entry 2022-10-19 18:40:17 +03:00