index
:
pub/fmorgner/teachos.git
develop
develop-BA-FS26
main
The TeachOS kernel, a greenfield, pure 64-bit, educational operating system.
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2026-03-17
Create basic VFS structure
marcel.braun
4
-0
/
+61
2026-03-17
Refactor device_file
marcel.braun
2
-2
/
+2
2026-03-17
Add inode_file and inode structure
marcel.braun
5
-3
/
+99
2026-03-17
fix build
Lukas Oesch
1
-1
/
+0
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
2
-17
/
+14
return std::nullopt)
2026-03-17
add todos
Lukas Oesch
2
-0
/
+7
2026-03-17
small refactoring
Lukas Oesch
2
-2
/
+3
2026-03-17
implement read and write bytes from device
Lukas Oesch
8
-2
/
+209
2026-03-17
implement first draft of a file_descriptor_table and open_file_description
Lukas Oesch
9
-0
/
+213
2026-03-17
Simplify device lookup in storage controllers by removing redundant major number
marcel.braun
4
-6
/
+5
2026-03-17
Ignore windows style file
marcel.braun
1
-0
/
+2
2026-03-17
add comments
Lukas Oesch
6
-1
/
+187
2026-03-17
rename temp_device back to device
Lukas Oesch
5
-5
/
+5
2026-03-17
rename files to snake_case (temp_device part1 -> renamed to device later, ↵
Lukas Oesch
14
-34
/
+34
due to capital-/lower-letter problem)
2026-03-17
refactoring read and write block calculations
Lukas Oesch
4
-25
/
+52
2026-03-17
small refactoring
Lukas Oesch
2
-3
/
+4
2026-03-17
handle read / write behind module boundaries
Lukas Oesch
1
-10
/
+23
2026-03-17
implement memset
Lukas Oesch
2
-2
/
+16
2026-03-17
implement determine_boot_device
Lukas Oesch
2
-1
/
+10
2026-03-17
remove test code
Lukas Oesch
1
-19
/
+0
2026-03-17
implement write_block in RAMDiskDevice
Lukas Oesch
3
-0
/
+18
2026-03-17
make module pages writable
Lukas Oesch
1
-1
/
+1
2026-03-17
fix build, refactoring
Lukas Oesch
3
-3
/
+2
2026-03-17
fix build add test code to read a block from device
Lukas Oesch
2
-11
/
+17
2026-03-17
implement major and minor analog to the linux kernel
Lukas Oesch
10
-9
/
+72
2026-03-17
implement function to get a device by major and minor number
Lukas Oesch
8
-9
/
+57
2026-03-17
copy data into the buffer in ram_disk_device::read_block
Lukas Oesch
1
-12
/
+6
2026-03-17
implement memcpy
Lukas Oesch
4
-70
/
+103
2026-03-17
remove not needed m_data_size member
Lukas Oesch
1
-1
/
+0
2026-03-17
use stl algorithm
Lukas Oesch
1
-4
/
+2
2026-03-17
refactoring, remove test code
Lukas Oesch
3
-22
/
+15
2026-03-17
implement first draft of RAMDiskDevice
Lukas Oesch
4
-6
/
+66
2026-03-17
small refactoring, add some todos
Lukas Oesch
3
-6
/
+10
2026-03-17
Initialize storage management from kernel main
marcel.braun
1
-0
/
+5
2026-03-17
Fix build
marcel.braun
1
-1
/
+1
2026-03-17
Implement RAMDiskController and instantiate it in StorageManagement
marcel.braun
6
-9
/
+64
2026-03-17
Implement basic structure of storage management
marcel.braun
3
-4
/
+59
2026-03-17
- add boot_module_registry getter
Lukas Oesch
3
-5
/
+24
2026-03-17
use linear_address instead of size_t
Lukas Oesch
2
-2
/
+6
2026-03-17
setup basic devices and RAMDisk structure
Lukas Oesch
14
-0
/
+140
2026-03-17
fix multiboot2 information vla_tag implementation
Lukas Oesch
1
-2
/
+2
2026-03-17
implemented boot_modules and boot_module_registry, init boot_modules in ↵
Lukas Oesch
9
-0
/
+235
kernel main
2026-03-17
implemented remapping of bootloader modules
Lukas Oesch
1
-0
/
+22
2026-03-17
add comment where the command line information is
Lukas Oesch
1
-0
/
+3
2026-03-17
add multiboot2 module tag, all modules can be iterated
Lukas Oesch
3
-1
/
+41
2026-03-17
Add information request to multiboot.s
marcel.braun
1
-0
/
+7
2026-03-17
Copy modules to isofs folder
marcel.braun
2
-10
/
+1
2026-03-17
Save WIP
marcel.braun
3
-0
/
+13
[next]