Commit Graph

26 Commits

Author SHA1 Message Date
daniel 820b908b80 fix: convention fix, performance improvement in kcp::cstringstream 2026-06-19 18:37:19 +02:00
daniel fd7fcbbbc8 fix: various kernel bug fixes 2026-04-10 23:16:02 +02:00
daniel 63d9270613 feat: Symmetric Multiprocessing, text editor improvements, merge doom libc, implement math functions 2026-03-23 20:09:11 +01:00
daniel 6d374a81bf fix: new spinlock implementation, ramdisk max files, wallpaper scan locations 2026-03-22 10:40:35 +01:00
daniel 99f231acd2 fix: various fixes 2026-02-22 10:53:30 +01:00
daniel 18ab628682 feat(Terminal): Enhance terminal UI with panel updates and new BoxUI utility functions
feat(Timekeeping): Implement time initialization and month string representation
refactor(Panic): Improve panic output formatting and add boxed UI elements
refactor(UEFI): Expand UEFI header and structure definitions for better clarity
refactor(IoPort): Comment out unimplemented IO functions for future work
2025-08-14 12:36:56 +02:00
daniel 7f0e67782d fix: General fixes 2025-08-07 21:26:50 +02:00
Daniel Hammer 0874aa8784 feat(ACPI): Add rudimentary ACPI support 2025-05-08 19:20:19 +02:00
Daniel Hammer 0b77abfc23 feat(io): IoPort 2025-04-16 18:54:48 +02:00
Daniel Hammer fcd81be1c5 feat: Various improvements 2025-04-16 10:32:11 +02:00
Daniel Hammer 35cf3f7c80 fix(heap): Fix HeapAllocator class 2025-04-15 20:45:34 +02:00
Daniel Hammer 2e45efe855 fix(kcp): Remove noHeapVector 2025-03-15 11:32:27 +01:00
Daniel Hammer ff347b1da5 feat(heap): Create new HeapAllocator implementation 2025-03-15 11:29:05 +01:00
Daniel Hammer 2b6c2fa827 feat(kcp, pfa): Add kcp::Spinlock class 2025-03-12 19:55:05 +01:00
Daniel Hammer bd8a1fdbca feat(pfa, kcp): Add kcp::NoMallocVector and realloc in PFA 2025-03-12 17:18:31 +01:00
Daniel Hammer cc094a9172 fix(kcp, IDT, Heap, kernel): Various fixes, scrap broken memory allocator 2025-03-11 20:00:04 +01:00
Daniel Hammer 942adef65f feat(IDT): IDT and exception handling support 2025-03-08 10:40:12 +01:00
Daniel Hammer cda77e7947 feat(kcp): Add size method to kcp::vector 2025-03-08 00:22:04 +01:00
Daniel Hammer 04087ff188 fix: Resolve warnings in multiple components 2025-03-08 00:19:16 +01:00
Daniel Hammer 8cbb8d4472 fix: Various general fixes and changes 2025-03-07 23:57:20 +01:00
Daniel Hammer 6c5f6ecd47 fix(kcp): Various kcp fixes 2025-03-07 23:51:39 +01:00
Daniel Hammer a8f0bb4454 feat(kcp): Vector class outline 2025-03-01 19:29:34 +04:00
Daniel Hammer c3030ec15d fix(heap, readme): MemoryAllocator => Heap, update readme 2025-03-01 15:27:54 +04:00
Daniel Hammer db005c0404 fix: str() => cstr() in cstringstream 2025-03-01 03:44:22 +04:00
Daniel Hammer 4b366be053 Destructor for cstringstream 2025-03-01 03:39:02 +04:00
Daniel Hammer 17d0bbf1bb Allocator improvements, kernel C++ platform, streaming 2025-03-01 03:31:14 +04:00