mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix wrong project paths for ext and mbr in user-guide.
This commit is contained in:
parent
812d071481
commit
502d7685d2
1 changed files with 2 additions and 2 deletions
|
@ -500,7 +500,7 @@ These depend on libdispd.
|
|||
The `mbrfs` program creates block devices for every partition in the master boot
|
||||
record in a block device.
|
||||
|
||||
cd /src/mbrfs
|
||||
cd /src/mbr
|
||||
make
|
||||
make install
|
||||
|
||||
|
@ -509,7 +509,7 @@ record in a block device.
|
|||
The `extfs` program translates a block device formatted with the second extended
|
||||
filesystem and mounts it at an empty directory.
|
||||
|
||||
cd /src/extfs
|
||||
cd /src/ext
|
||||
make
|
||||
make install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue