Commit Graph

20 Commits

Author SHA1 Message Date
dcc68154b2 Make syscalls accept their interrupt frame, remove useless intr_eoi() param 2025-09-20 00:28:28 +02:00
1b5701a659 schedrelease() syscall for more efficient spinning 2025-09-19 23:38:08 +02:00
1af0d1f5bc Use uint8_t for keyboard chars 2025-09-19 21:00:33 +02:00
4cedfda19b Fix some keyboard keypressed still being missed 2025-09-19 20:03:36 +02:00
024a5b2e21 ps2kb intr fix missed key presses by sending early EOI 2025-09-18 11:45:56 +02:00
91e65bb35a Resolve hisenbugs regarding GCC and -Os 2025-09-17 21:48:16 +02:00
26ff717b50 Fix dlmalloc horror bug - mman_map overwrites application code 2025-09-14 19:07:00 +02:00
dc3d80d707 Handle process arguments 2025-09-10 23:25:03 +02:00
c4c26e0e19 Fix ps2 keyboard handling 2025-09-09 21:43:05 +02:00
ab224eda8e Add special event pipes, rework ps2kb process 2025-09-08 22:12:50 +02:00
9644ad0b4e Handle ps2 keyboard via special process 2025-09-07 20:53:36 +02:00
4f3053bc8e Handle ps2 keyboard, no APIC for now 2025-09-07 14:25:23 +02:00
f42c4b7e44 Rework shared headers 2025-09-05 17:08:40 +02:00
708c53c64d Move to new processctl syscall, share common kernel and ulib headers 2025-09-05 15:44:57 +02:00
90266f044b C userspace programs 2025-09-04 23:20:30 +02:00
8a12f23b69 Implement syscalls, hello world from userspace 2025-09-02 23:51:14 +02:00
0273330cf4 Kernel processes / multitasking 2025-08-30 23:47:25 +02:00
7a52f2f051 Rework x86_64 paging and vmm 2025-08-30 00:31:20 +02:00
182c6e2956 Implement PIT interrupts 2025-08-22 12:37:48 +02:00
9d8849a425 Init IOAPIC nad LAPICs 2025-08-21 00:47:58 +02:00