Skip to content

Commit

Permalink
Merge pull request SamyPesse#55 from kenvifire/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
SamyPesse committed May 7, 2014
2 parents b7070c0 + 1c027ce commit 3adb7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can use the command ```mbchk kernel.elf``` to validate your kernel.elf file

#### Create a disk image for our kernel and grub

The script [diskimage.sh](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/sdk/diskimage.sh) will generate a hard disk image than can be used by QEMU.
The script [diskimage.sh](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/sdk/diskimage.sh) will generate a hard disk image that can be used by QEMU.

The first step is to create a hard-disk image (c.img) using qemu-img:

Expand Down

0 comments on commit 3adb7e0

Please sign in to comment.