Skip to content

Commit 67575f5

Browse files
committed
docs: minor wording adjustment regarding to 48-bit
Signed-off-by: Yifan Zhao <yifan.yfzhao@foxmail.com>
1 parent d4272d9 commit 67575f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ondisk/core_ondisk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ installation of x86 boot sectors and other oddities.
7777
| 0x68 | 1 | `u8` | _reserved_ | Reserved; must be 0 |
7878
| 0x69 | 1 | `u8` | _dontcare_ | Xattr specific; ignored in core format |
7979
| 0x6A | 2 | `u16` | _reserved_ | Reserved; must be 0 |
80-
| 0x6C | 12 | `u8[]` | _dontcare_ | 48 bit specific; ignored in core format |
80+
| 0x6C | 12 | `u8[]` | _dontcare_ | 48-bit layout specific; ignored in core format |
8181
| 0x78 | 8 | `u64` | _reserved_ | Reserved; must be 0 |
8282

8383
Note the difference between _reserved_ and _dontcare_ fields:

0 commit comments

Comments
 (0)