| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-27 | fixing issues | Aleksa Vuckovic | |
| 1) main.c: order of init (multiboot.c must be after heap & paging because it uses heap to allocate pages for framebuffer) 2) paging.c: zeroing new pages allocated via heap 3) multiboot2.c: invalid pointer arithmetic 4) libk/string.c: check for null pointers in memcpy 5) paging: only page_lvl2 should have FLAG_HUGE 6) keyboard.c: kfree(print_buff) | |||
| 2022-09-08 | higher half in x86_64 | Aleksa Vuckovic | |
| kernel is now located at -2GB heap blocks are aligned on block size paging will allocate new page tables on heap | |||
| 2022-08-12 | memcpy, memset; small fixes | Aleksa Vuckovic | |
| 2022-08-11 | heap | Aleksa Vuckovic | |
| 2022-08-08 | stdio.h; gcc $(WARNINGS) | Aleksa Vuckovic | |
| 2022-08-07 | types.h; libk and heap begining | Aleksa Vuckovic | |
