| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-26 | implement first draft of a do_mount function | Lukas Oesch | 1 | -4/+6 | |
| 2026-03-26 | improve architecture again -> use same architecture for devices and ext2_files | Lukas Oesch | 4 | -4/+49 | |
| 2026-03-26 | first try to simplify the architecture (remove redundant inode_file and ↵ | Lukas Oesch | 7 | -42/+31 | |
| open() methods), add ext2_file placeholder struct | |||||
| 2026-03-26 | remove inode metadata | Lukas Oesch | 4 | -40/+26 | |
| 2026-03-26 | prepare files for new inode structure | Lukas Oesch | 2 | -0/+28 | |
| 2026-03-18 | kstd: introduce strong type for memory amounts | Felix Morgner | 2 | -9/+9 | |
| 2026-03-18 | fix clang-tidy warnings | Lukas Oesch | 1 | -5/+0 | |
| 2026-03-17 | Clean up project folder structure | marcel.braun | 18 | -0/+738 | |
| 2026-03-16 | kernel/heap: improve large alignment handling | Felix Morgner | 1 | -1/+10 | |
| 2026-03-16 | kernel/memory: rename free list allocator | Felix Morgner | 1 | -9/+9 | |
| It is not really a free list allocator, but rather a block list allocator, since it contains both free and used blocks in the same list. | |||||
| 2026-03-16 | kernel/memory: implement basic free-list heap | Felix Morgner | 3 | -0/+131 | |
| 2026-03-13 | kernel/memory: implement basic bitmap allocator | Felix Morgner | 1 | -0/+56 | |
