diff options
Diffstat (limited to 'linux/ex12.subx')
-rw-r--r-- | linux/ex12.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ex12.subx b/linux/ex12.subx index fa9e2b28..4f1617a7 100644 --- a/linux/ex12.subx +++ b/linux/ex12.subx @@ -2,7 +2,7 @@ # Create a new segment using mmap, save the address, write to it. # # To run: -# $ bootstrap/bootstrap translate apps/ex12.subx -o apps/ex12 +# $ bootstrap/bootstrap translate ex12.subx -o ex12 # $ bootstrap/bootstrap run ex12 # You shouldn't get a segmentation fault. |