We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bab93 commit db84a0bCopy full SHA for db84a0b
README.md
@@ -24,7 +24,10 @@ a project to learn how to make an OS.
24
25
``bootloader='LatestVersionBootloader'``
26
27
-- *then you type* ` cargo bootimage `
+- * then you type * ` cargo install bootimage;cargo bootimage `
28
+> remember cargo install bootimage is only for install
29
+>
30
+> then you can do cargo bootimage where src/main.rs is update or not
31
32
a .bin file will be made in the debug folder of the project
33
- *now with a virtual machine or booting a computer you can run it you just have to run the .bin file*
0 commit comments