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
path:
root
/
kernel
/
devices
/
include
Age
Commit message (
Collapse
)
Author
Files
Lines
2026-03-17
implement read and write bytes from device
Lukas Oesch
2
-0
/
+31
2026-03-17
Simplify device lookup in storage controllers by removing redundant major number
marcel.braun
2
-2
/
+2
2026-03-17
add comments
Lukas Oesch
6
-1
/
+187
2026-03-17
rename temp_device back to device
Lukas Oesch
2
-1
/
+1
2026-03-17
rename files to snake_case (temp_device part1 -> renamed to device later, ↵
Lukas Oesch
6
-8
/
+8
due to capital-/lower-letter problem)
2026-03-17
refactoring read and write block calculations
Lukas Oesch
2
-3
/
+16
2026-03-17
implement determine_boot_device
Lukas Oesch
1
-0
/
+2
2026-03-17
implement write_block in RAMDiskDevice
Lukas Oesch
2
-0
/
+2
2026-03-17
fix build, refactoring
Lukas Oesch
1
-1
/
+0
2026-03-17
fix build add test code to read a block from device
Lukas Oesch
1
-2
/
+0
2026-03-17
implement major and minor analog to the linux kernel
Lukas Oesch
4
-4
/
+14
2026-03-17
implement function to get a device by major and minor number
Lukas Oesch
5
-6
/
+20
2026-03-17
remove not needed m_data_size member
Lukas Oesch
1
-1
/
+0
2026-03-17
refactoring, remove test code
Lukas Oesch
1
-3
/
+3
2026-03-17
implement first draft of RAMDiskDevice
Lukas Oesch
2
-1
/
+22
2026-03-17
small refactoring, add some todos
Lukas Oesch
3
-6
/
+10
2026-03-17
Implement RAMDiskController and instantiate it in StorageManagement
marcel.braun
2
-1
/
+25
2026-03-17
Implement basic structure of storage management
marcel.braun
1
-3
/
+17
2026-03-17
setup basic devices and RAMDisk structure
Lukas Oesch
6
-0
/
+71