Commit Graph

14 Commits

Author SHA1 Message Date
7669ea32a4 implements a physical memory manager... sort of, it gives an out of mem error, and variable are setting incorrectly 2025-06-11 20:36:30 -04:00
83b6a9eaf2 gets the memory map from GRUB 2025-06-09 17:44:50 -04:00
f1515ad7b5 some work with PCI, updated my TODO 2025-06-09 17:02:46 -04:00
f9c2ea2f2b Does a lot of work towards the PIT
Added a math library, with clamp and POW.
added printf support for printing doubles
added a few helper functions in PIT for calcaulting the time in seconds of a clock cycle based on divisor
2025-06-06 22:01:18 -04:00
a0749400f5 adds a todo' 2025-06-06 12:49:41 -04:00
af92026a74 Okay wow i forgot to commit a bunch of stuff
I added some work on a keyboard driver here
also changed the emulation system, since bochs was giving me headaches when it came to keyboard input
added some todo stuff.. probably some cleanup, idk
2025-06-03 19:08:45 -04:00
ca77157344 adds a queue library, work for keyb driver 2025-06-02 10:35:57 -04:00
f8c38d22b0 some finishing touches to printf 2025-05-30 15:20:02 -04:00
47056f7d9a adds a utility to dump the gdt, adds serial printing for printf in testing 2025-05-30 13:49:37 -04:00
1a60e91745 adds a touch more to printf for debugging purposes 2025-05-30 13:38:52 -04:00
ee2c5a72a1 adds some more data types for printf, and moves gdt_init to a different file 2025-05-30 13:32:52 -04:00
c115dcd4f7 implements integer printing into printf, and adds some testing logs 2025-05-30 13:19:22 -04:00
df4a508066 adds a script to generate a clangd file for editor usage 2025-05-29 10:50:23 -04:00
e4f160e8b6 reimplmenets the previous iteration with a brand new custom build system 2025-05-29 10:00:38 -04:00