aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-17implement read and write bytes from deviceLukas Oesch8-2/+209
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch9-0/+213
2026-03-17Simplify device lookup in storage controllers by removing redundant major numbermarcel.braun4-6/+5
2026-03-17Ignore windows style filemarcel.braun1-0/+2
2026-03-17add commentsLukas Oesch6-1/+187
2026-03-17rename temp_device back to deviceLukas Oesch5-5/+5
2026-03-17rename files to snake_case (temp_device part1 -> renamed to device later, due...Lukas Oesch14-34/+34
2026-03-17refactoring read and write block calculationsLukas Oesch4-25/+52
2026-03-17small refactoringLukas Oesch2-3/+4
2026-03-17handle read / write behind module boundariesLukas Oesch1-10/+23
2026-03-17implement memsetLukas Oesch2-2/+16
2026-03-17implement determine_boot_deviceLukas Oesch2-1/+10
2026-03-17remove test codeLukas Oesch1-19/+0
2026-03-17implement write_block in RAMDiskDeviceLukas Oesch3-0/+18
2026-03-17make module pages writableLukas Oesch1-1/+1
2026-03-17fix build, refactoringLukas Oesch3-3/+2
2026-03-17fix build add test code to read a block from deviceLukas Oesch2-11/+17
2026-03-17implement major and minor analog to the linux kernelLukas Oesch10-9/+72
2026-03-17implement function to get a device by major and minor numberLukas Oesch8-9/+57
2026-03-17copy data into the buffer in ram_disk_device::read_blockLukas Oesch1-12/+6
2026-03-17implement memcpyLukas Oesch4-70/+103
2026-03-17remove not needed m_data_size memberLukas Oesch1-1/+0
2026-03-17use stl algorithmLukas Oesch1-4/+2
2026-03-17refactoring, remove test codeLukas Oesch3-22/+15
2026-03-17implement first draft of RAMDiskDeviceLukas Oesch4-6/+66
2026-03-17small refactoring, add some todosLukas Oesch3-6/+10
2026-03-17Initialize storage management from kernel mainmarcel.braun1-0/+5
2026-03-17Fix buildmarcel.braun1-1/+1
2026-03-17Implement RAMDiskController and instantiate it in StorageManagementmarcel.braun6-9/+64
2026-03-17Implement basic structure of storage managementmarcel.braun3-4/+59
2026-03-17- add boot_module_registry getterLukas Oesch3-5/+24
2026-03-17use linear_address instead of size_tLukas Oesch2-2/+6
2026-03-17setup basic devices and RAMDisk structureLukas Oesch14-0/+140
2026-03-17fix multiboot2 information vla_tag implementationLukas Oesch1-2/+2
2026-03-17implemented boot_modules and boot_module_registry, init boot_modules in kerne...Lukas Oesch9-0/+235
2026-03-17implemented remapping of bootloader modulesLukas Oesch1-0/+22
2026-03-17add comment where the command line information isLukas Oesch1-0/+3
2026-03-17add multiboot2 module tag, all modules can be iteratedLukas Oesch3-1/+41
2026-03-17Add information request to multiboot.smarcel.braun1-0/+7
2026-03-17Copy modules to isofs foldermarcel.braun2-10/+1
2026-03-17Save WIPmarcel.braun3-0/+13
2026-03-17kapi/memory: remove left-over allocation bufferdevelopFelix Morgner1-143/+0
2026-03-17x86_64/memory: finish HHDM-based mapperFelix Morgner5-64/+191
2026-03-16arch/x86_64: begin new allocator draftFelix Morgner3-0/+49
2026-03-16x86_64/memory: remove recursive mappingFelix Morgner11-547/+63
2026-03-16kstd: fix lint issuesFelix Morgner3-19/+24
2026-03-16kernel/heap: fix infinite allocation loopFelix Morgner1-33/+31
2026-03-16kernel/heap: improve large alignment handlingFelix Morgner2-29/+68
2026-03-16x86_64/memory: fix page table flag settingFelix Morgner4-5/+6
2026-03-16x86_64/memory: clean up bootstrap allocatorsFelix Morgner3-1/+8