]> git.lizzy.rs Git - loadnothing.git/blobdiff - README.md
Enable unreal mode
[loadnothing.git] / README.md
index e200c498fcba665efc70c6170b9db98a65fa6053..479aa4eb76217dbd0cd459717f2387c359986d01 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.
@@ -39,8 +40,3 @@ of your choice (but only if you've built it). It is exactly 32 MiB in size.
 to the wrong device.**
 
 You can then boot from the device. It should once again print "Hello Stage2!".
-
-# Developing
-It is highly recommended to run `make clean vm`.
-It takes longer to complete but is sometimes necessary
-to fully apply your changes.