diff options
| author | Miguel <m.i@gmx.at> | 2018-09-28 00:29:02 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-28 00:29:02 +0200 |
| commit | 9a29d452d03a63f39a80c0640b7747d8508568e2 (patch) | |
| tree | 05adc15fac805f019af21107a7e3d84135f483f9 /fs/ext2.h | |
| parent | b3ec24b054fe36c7368048c3f1d0c46ed8fbb55e (diff) | |
moved mouse and kb, fixed mouse a bit
Diffstat (limited to 'fs/ext2.h')
| -rw-r--r-- | fs/ext2.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ // ======================= // // based on osdev wiki article: http://wiki.osdev.org/Ext2 -// root directory is inode 2 per definition! +// The root directory is inode 2 per definition! +// // we do not care about files >4gb (no triply linked lists and no size_high) // we also use only name_length_low so max length is 255 chars // |
