1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:47:34 +00:00

Kernel: Implement triply indirect block support in Ext2FSInode

This commit is contained in:
Jean-Baptiste Boric 2021-03-11 19:22:13 +01:00 committed by Andreas Kling
parent facd18113b
commit 800dca3834
4 changed files with 276 additions and 148 deletions

View file

@ -120,6 +120,7 @@ set(EVENT_DEBUG ON)
set(EVENTLOOP_DEBUG ON)
set(EXEC_DEBUG ON)
set(EXT2_DEBUG ON)
set(EXT2_BLOCKLIST_DEBUG ON)
set(EXT2_VERY_DEBUG ON)
set(GEMINI_DEBUG ON)
set(GEMINIJOB_DEBUG ON)