mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
Kernel: Implement triply indirect block support in Ext2FSInode
This commit is contained in:
parent
facd18113b
commit
800dca3834
4 changed files with 276 additions and 148 deletions
|
@ -78,6 +78,10 @@
|
|||
#cmakedefine01 EXEC_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef EXT2_BLOCKLIST_DEBUG
|
||||
#cmakedefine01 EXT2_BLOCKLIST_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef EXT2_DEBUG
|
||||
#cmakedefine01 EXT2_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue