diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-18 22:11:53 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-18 22:12:13 +0200 |
commit | 0cf3aa0880e8f58eef7c237b39146137c50204ae (patch) | |
tree | c71a8ff160a450b42f11ac9ab77045895fdf760f | |
parent | 145c9a6e74cab04e4b0fc39b79c39e9bce84b43e (diff) |
Avoid very long line in readme
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,8 @@ If it's working you should see "Hello Stage2!" on the screen. It is possible to test this project on real hardware. The only supported platform at the moment is x86. UEFI is not supported and UEFI support is unlikely to be added in the future. If you use UEFI -make sure to enable CSM / Legacy Boot in your UEFI settings. If you don't have CSM you can still use a virtual machine as explained above. +make sure to enable CSM / Legacy Boot in your UEFI settings. +If you don't have CSM you can still use a virtual machine as explained above. You can use `dd` to write the `nothing.img` file to a block device of your choice (but only if you've built it). It is exactly 32 MiB in size. |