fixed typo in readme

This commit is contained in:
Anton Lydike 2021-10-10 19:50:53 +02:00
parent 999d09359b
commit a3cc3cccbd

View File

@ -20,4 +20,4 @@ You can use the `package.py` script to package a kernel and multiple user binari
Debugging information is also emitted, it's a json formatted file called `<name>.img.dbg`.
To generate such an image, run `python3 package.py out/kernel <user bin 1> <usr bin 2> ... output/path/memory.img`. You can edit the script to change various variables. They somewhat well documented.
To generate such an image, run `python3 package.py out/kernel <user bin 1> <usr bin 2> ... output/path/memory.img`. You can edit the script to change various variables. They atre somewhat well documented.