Commit Graph

88 Commits

Author SHA1 Message Date
cabdc5263e Kernel now compiles on x32 2022-11-14 14:54:18 +02:00
77081b4e1e Stability fixes (i hope); attempt to implement argc, argv, envp, auxv; Syscalls 2022-11-10 07:09:32 +02:00
6409dfdf0b Kernel now boots on BIOS systems 2022-11-07 11:17:06 +02:00
6d15a42e17 Updated Kernel.cpp 2022-11-05 05:39:18 +02:00
c8e5ce1d36 Added filesystem 2022-10-28 08:50:14 +03:00
33f95cb427 Update files 2022-10-27 03:24:08 +03:00
581638c256 Update files 2022-10-26 21:55:31 +03:00
8308506ace Update files 2022-10-23 02:18:29 +03:00
ebd0273a99 More tasking implementation 2022-10-21 05:31:50 +03:00
5d41d36bd8 Implemented SmartCriticalSection 2022-10-21 03:49:12 +03:00
2f7b871aa0 More tasking stub 2022-10-20 05:32:15 +03:00
fa92676d9f Changed SMP code 2022-10-20 05:04:15 +03:00
ea61229b18 Added better kernel arguments reading 2022-10-20 01:07:39 +03:00
a6d5e08e3b Moved arm64Entry 2022-10-19 18:40:17 +03:00
cb349ae620 x32 still not working (TODO: do 1:1 page mapping, except for kernel) 2022-10-18 21:16:12 +03:00
348aa69dcb 32bit booting working 2022-10-18 00:19:44 +03:00
961d7d7270 Change printing colors 2022-10-17 20:47:16 +03:00
c944f57a3b APIC implementation (not working as expected) 2022-10-17 04:05:44 +03:00
f8b77735d8 Small fixes for crash handler 2022-10-16 23:36:44 +03:00
b9b5b57929 Removed unused code 2022-10-16 21:01:24 +03:00
b8c5c15a47 implemented interrupts handler & stub crash screen 2022-10-16 20:53:57 +03:00
f7ea052a51 Moved Initialization code 2022-10-15 15:31:09 +03:00
6256ab5a4f Workaround for VirtualBox 2022-10-15 14:46:45 +03:00
398d889c74 Multiboot2Initializator stub 2022-10-13 09:32:26 +03:00
3620ad914d Updated kernel entry names 2022-10-13 06:43:50 +03:00
127476ac64 Added SMP support 2022-10-12 03:55:58 +03:00
703de2c284 Enable CPU features like SSE 2022-10-12 02:29:30 +03:00
ad9817a2db Added APIC & SMP stub 2022-10-11 02:43:23 +03:00
ccd2c47beb Added Kprint in kernel.h 2022-10-11 00:59:11 +03:00
9c00c5ec4b Color support 2022-10-11 00:46:51 +03:00
77050b83e5 Trace PCI devices on kernel framebuffer 2022-10-11 00:04:04 +03:00
19e810653a Added PCI support 2022-10-10 23:50:34 +03:00
4b6683823f Update files 2022-10-10 23:29:39 +03:00
4896891ed9 Removed test code 2022-10-10 09:06:10 +03:00
f746110fbe Implemented GDT & IDT 2022-10-10 09:00:32 +03:00
f3aea7e1bd CMOS clock 2022-10-09 04:02:41 +03:00
8652d781ce Update files 2022-10-08 04:33:53 +03:00
6d5f7e9372 Updated files 2022-09-29 02:07:10 +03:00