Commit Graph

27 Commits

Author SHA1 Message Date
80a788617e Serial comm kernel process 2025-09-07 21:44:46 +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
cd0e262e56 Simple IPC with pipes 2025-09-06 11:47:01 +02:00
fb5e88a175 Simple file IO with the ioctl syscall 2025-09-05 19:56:27 +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
920de10025 Move vmm fully into hal 2025-09-02 07:51:02 +02:00
0fb3a1ca75 Fix makefiles after source grabber changes 2025-09-02 07:42:15 +02:00
ddca5f687e Fix kernel makefile formatting 2025-09-02 00:13:28 +02:00
4e3c386942 Clean up makefiles with a source grabber function 2025-09-02 00:10:07 +02:00
2015e0e0aa Hello user process 2025-09-01 23:22:47 +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
9d8849a425 Init IOAPIC nad LAPICs 2025-08-21 00:47:58 +02:00
92ccd189e7 Integrate uACPI 2025-08-17 18:37:57 +02:00
8da890e388 Working port of Little FS 2025-08-16 20:35:00 +02:00
2b0566c56f Implement storedevs, prepare to port littlefs 2025-08-16 12:34:36 +02:00
d91330ba73 Simple VFS layer 2025-08-15 01:41:11 +02:00
b470fb03da Virtual memory and dlmalloc 2025-08-14 01:49:04 +02:00
95832bb3a7 Integrate flaterm terminal 2025-08-13 23:28:25 +02:00
ce6b17d72b Move spinlock to separate folder 2025-08-13 22:19:11 +02:00
d4f06b4538 Freestanding headers 2025-08-10 22:24:30 +02:00
8ee1ea1292 GDT finally works 2025-08-10 21:30:23 +02:00
f8f00cc608 kprintf 2025-08-05 22:49:34 +02:00
f8399152d4 Hello world! 2025-08-05 20:53:07 +02:00