mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
Move VFS sources into Kernel/.
This commit is contained in:
parent
19104570cc
commit
754037874c
49 changed files with 35 additions and 37 deletions
9
Kernel/Limits.h
Normal file
9
Kernel/Limits.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "UnixTypes.h"
|
||||
|
||||
inline static const Unix::off_t maxFileOffset = 2147483647;
|
||||
|
||||
static const size_t GoodBufferSize = 4096;
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue