350 Commits

Author SHA1 Message Date
Alex
97b2b354e5
Added support for multiple vendors on one driver 2022-11-01 03:59:59 +02:00
Alex
917e000f6c
Implemented driver support (bad but works) 2022-11-01 01:56:32 +02:00
Alex
99606bed00
Added Counter() function to CPU 2022-11-01 01:54:15 +02:00
Alex
f3cfc623d8
Show a number when printing a potential deadlock 2022-11-01 01:53:55 +02:00
Alex
59f4470fb4
Move stack tracing to it's own function 2022-11-01 01:52:57 +02:00
Alex
52f0879a72
Fixed compilation failing on aarch64 2022-10-28 09:07:40 +03:00
Alex
74a4685ba9
Clear new allocated memory 2022-10-28 08:49:52 +03:00
Alex
2f3608d864
strcmp() doesn't get it right 2022-10-28 07:46:38 +03:00
Alex
f2b80cd3a9
Updated CPU.cpp 2022-10-28 03:03:24 +03:00
Alex
33f95cb427
Update files 2022-10-27 03:24:08 +03:00
Alex
ce7997a6ea
Added random number generator 2022-10-27 03:05:34 +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
8308506ace
Update files 2022-10-23 02:18:29 +03:00
Alex
4f94d4cc6d
Updated tasking 2022-10-22 04:56:57 +03:00
Alex
11e6080fe1
Fixed "_ZnwmSt11align_val_t" compiler error 2022-10-22 04:00:42 +03:00
Alex
ebd0273a99
More tasking implementation 2022-10-21 05:31:50 +03:00
Alex
5d41d36bd8
Implemented SmartCriticalSection 2022-10-21 03:49:12 +03:00
Alex
42e35e7d83
Moved syscalls file 2022-10-20 05:15:20 +03:00
Alex
747c08708b
Changed SMP code and CPU sets a new stack 2022-10-20 05:04:45 +03:00
Alex
fa92676d9f
Changed SMP code 2022-10-20 05:04:15 +03:00
Alex
7750dd777e
Replaced string to convert 2022-10-20 01:06:20 +03:00
Alex
35e9532c24
Update files 2022-10-19 18:39:02 +03:00
Alex
cb349ae620
x32 still not working (TODO: do 1:1 page mapping, except for kernel) 2022-10-18 21:16:12 +03:00
Alex
94dfeb7fd5
Do not log the debugger output 2022-10-17 19:16:42 +03:00
Alex
4ca5db1fee
APIC interrupts working 2022-10-17 18:11:39 +03:00
Alex
d5447c288e
Optimize CPU functions 2022-10-17 18:09:21 +03:00
Alex
83c8acce06
Fixed compiling for x32 & arm64 2022-10-17 04:09:54 +03:00
Alex
c944f57a3b
APIC implementation (not working as expected) 2022-10-17 04:05:44 +03:00
Alex
c5b4666b50
Implemented PIC (untested code) 2022-10-17 01:43:00 +03:00
Alex
154ad1b2a9
Fixes for x32 2022-10-17 00:26:50 +03:00
Alex
efc6faf619
Fixed interrupt handler manager 2022-10-17 00:18:25 +03:00
Alex
a14ac6f351
Do not print to UART directly 2022-10-16 23:39:36 +03:00
Alex
f8b77735d8
Small fixes for crash handler 2022-10-16 23:36:44 +03:00
Alex
d35b4de246
added no_stack_protector attribute to functions 2022-10-16 21:25:11 +03:00
Alex
5f03d287d3
forgot "if (WriteToUART)" 2022-10-16 21:14:38 +03:00
Alex
b9b5b57929
Removed unused code 2022-10-16 21:01:24 +03:00
Alex
31f83fe0f7
Fix for display uart printing colors 2022-10-16 20:58:35 +03:00
Alex
b8c5c15a47
implemented interrupts handler & stub crash screen 2022-10-16 20:53:57 +03:00
Alex
f7ea052a51
Moved Initialization code 2022-10-15 15:31:09 +03:00
Alex
a2da69d777
Added syscalls stub 2022-10-12 04:34:37 +03:00
Alex
127476ac64
Added SMP support 2022-10-12 03:55:58 +03:00
Alex
44e707bf11
Fixed cpu info 2022-10-12 02:27:42 +03:00
Alex
ad9817a2db
Added APIC & SMP stub 2022-10-11 02:43:23 +03:00
Alex
9c00c5ec4b
Color support 2022-10-11 00:46:51 +03:00
Alex
f7e316bdcb
Added more PCI descriptors 2022-10-11 00:07:33 +03:00
Alex
ab1972627e
Implemented shutdown & reboot 2022-10-11 00:03:45 +03:00
Alex
19e810653a
Added PCI support 2022-10-10 23:50:34 +03:00
Alex
32a17c5e63
Update files 2022-10-10 23:31:46 +03:00
Alex
4b6683823f
Update files 2022-10-10 23:29:39 +03:00