Commit Graph

348 Commits

Author SHA1 Message Date
Alex
50ebd3fbd1 Added SetBufferCursor 2022-10-25 04:56:05 +03:00
Alex
af3193d782 Fixed tasking 2022-10-25 04:10:57 +03:00
Alex
eb65bd1896 Added APIC_BASE structure 2022-10-23 03:10:43 +03:00
Alex
4e45305099 no_stack_protector attribute to assembly functions 2022-10-23 02:23:58 +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
a33ec0749a Fixed compilation issues 2022-10-21 03:51:39 +03:00
Alex
3de8e1c932 More tasking stubs 2022-10-21 03:49:56 +03:00
Alex
8b27051f48 Added CurrentProcess & CurrentThread to the CPU data 2022-10-21 03:49:46 +03:00
Alex
5d41d36bd8 Implemented SmartCriticalSection 2022-10-21 03:49:12 +03:00
Alex
2f7b871aa0 More tasking stub 2022-10-20 05:32:15 +03:00
Alex
51c096c743 Stub tasking files 2022-10-20 05:15:25 +03:00
Alex
fa92676d9f Changed SMP code 2022-10-20 05:04:15 +03:00
Alex
ea61229b18 Added better kernel arguments reading 2022-10-20 01:07:39 +03:00
Alex
8673a73ee4 Added cargs lib 2022-10-20 01:06:58 +03:00
Alex
7750dd777e Replaced string to convert 2022-10-20 01:06:20 +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
3df98c7c8e 32bit boot using multiboot2 2022-10-17 23:52:55 +03:00
Alex
e0d4e38b99 APIC should be fixed 2022-10-17 19:17:31 +03:00
Alex
d5447c288e Optimize CPU functions 2022-10-17 18:09:21 +03:00
Alex
c944f57a3b APIC implementation (not working as expected) 2022-10-17 04:05:44 +03:00
Alex
efc6faf619 Fixed interrupt handler manager 2022-10-17 00:18:25 +03:00
Alex
f8b77735d8 Small fixes for crash handler 2022-10-16 23:36:44 +03:00
Alex
b8c5c15a47 implemented interrupts handler & stub crash screen 2022-10-16 20:53:57 +03:00
Alex
04757bd11c vscode: do not include system include 2022-10-16 20:53:00 +03:00
Alex
d506c4e3c1 Update comment 2022-10-15 15:34:26 +03:00
Alex
f7ea052a51 Moved Initialization code 2022-10-15 15:31:09 +03:00
Alex
e477618116 Update binfo.h 2022-10-13 23:17:36 +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
d4c385c128 Added CPU vendors and signatures and read/write CR* 2022-10-12 02:28:47 +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
77050b83e5 Trace PCI devices on kernel framebuffer 2022-10-11 00:04:04 +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
4b6683823f Update files 2022-10-10 23:29:39 +03:00
Alex
f746110fbe Implemented GDT & IDT 2022-10-10 09:00:32 +03:00
Alex
1446cc4682 Added elf symbols resolver 2022-10-10 09:00:03 +03:00
Alex
90774d68e0 Implemented CPU::Vendor, CPU::Name & CPU::Hypervisor but not tested enough 2022-10-10 07:02:44 +03:00
Alex
2bf2bf3280 Fixed display (still slower than I wanted to be) 2022-10-10 07:01:58 +03:00
Alex
f0690df9c4 Replaced memcpy, memset & memmove with one in musl lib 2022-10-09 04:48:17 +03:00
Alex
f3aea7e1bd CMOS clock 2022-10-09 04:02:41 +03:00
Alex
7c4d43fec3 Implemented a kinda broken tty 2022-10-09 04:01:49 +03:00
Alex
8652d781ce Update files 2022-10-08 04:33:53 +03:00
Alex
6d5f7e9372 Updated files 2022-09-29 02:07:10 +03:00