| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-17 | implement first inode draft, fix make_device_node, implement first draft of ↵ | Lukas Oesch | 4 | -14/+125 | |
| resolve_path (currently with temp m_device_nodes in vfs -> has later to be deleted again, just for tests) | |||||
| 2026-03-17 | improve constness | Lukas Oesch | 2 | -2/+2 | |
| 2026-03-17 | implement first draft of custody | Lukas Oesch | 1 | -0/+28 | |
| 2026-03-17 | implement first draft of make_device_node | Lukas Oesch | 1 | -1/+30 | |
| 2026-03-17 | move m_devices from ram_disk_controller to storage_controller, store point ↵ | Lukas Oesch | 1 | -3/+3 | |
| to devices | |||||
| 2026-03-17 | mount root filesystem | Lukas Oesch | 1 | -1/+27 | |
| 2026-03-17 | Add basic structure for ext2_filesystem, filesystem and mount | marcel.braun | 3 | -0/+57 | |
| 2026-03-17 | Create basic VFS structure | marcel.braun | 1 | -0/+34 | |
| 2026-03-17 | Refactor device_file | marcel.braun | 1 | -1/+1 | |
| 2026-03-17 | Add inode_file and inode structure | marcel.braun | 2 | -0/+53 | |
| 2026-03-17 | renaming | Lukas Oesch | 1 | -2/+2 | |
| 2026-03-17 | remove not needed cpp file | Lukas Oesch | 1 | -6/+0 | |
| 2026-03-17 | use optional instead of pointer, improve error handling (do not just panic, ↵ | Lukas Oesch | 1 | -15/+9 | |
| return std::nullopt) | |||||
| 2026-03-17 | add todos | Lukas Oesch | 2 | -0/+7 | |
| 2026-03-17 | small refactoring | Lukas Oesch | 1 | -0/+1 | |
| 2026-03-17 | implement read and write bytes from device | Lukas Oesch | 2 | -0/+123 | |
| 2026-03-17 | implement first draft of a file_descriptor_table and open_file_description | Lukas Oesch | 3 | -0/+111 | |
