6 lines
183 B
Bash
6 lines
183 B
Bash
![]() |
# Replace "/mnt/floppy" with the whatever directory is appropriate.
|
||
|
sudo mount -o loop dev_kernel_grub.img /mnt/floppy
|
||
|
sudo cp kernel.bin /mnt/floppy
|
||
|
sleep 1s
|
||
|
sudo umount /mnt/floppy
|