1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typos

This commit is contained in:
Stefan Lankes 2015-10-29 21:37:27 +01:00
parent 475a1da65b
commit 22c698619e

View file

@ -28,8 +28,6 @@ The project has just initiated. Further information will be published shortly.
1. Go back to the root directory of this repository and build with `make` the Linux kernel, the HermitCore kernel, the cross-compiler and the demo applications.
2. Install the Linux kernel and its initial ramdisk on your system (see descriptions of your Linux distribution).
3. Create the directory `hermit` in the root directory of your Linux system (`mkdir /hermit`).
4. Copy the HermitCore kernel and the demo applications to the new directory.
cp hermit/hermit.bin /hermit
cp hermit/tools/iso/* /hermit
4. Copy the HermitCore kernel and the demo applications to the new directory (`cp hermit/hermit.bin /hermit ; cp hermit/tools/iso/* /hermit`).
5. Boot your system.
6. Follow the above tutorial from point 5.