SilverRainZ / OS67

An unix-like toy kernel
GNU General Public License v3.0
725 stars 124 forks source link

[SOLVED] Used old bximage version #12

Closed cakehonolulu closed 6 years ago

cakehonolulu commented 6 years ago

EDIT: Used an old bximage version

SilverRainZ commented 6 years ago

What is "fail to create hd image"? Please provide more details.

cakehonolulu commented 6 years ago

Newer bximage binary versions, adopted a new way for passing image creation arguments to the main program. Executing 'bximage bin/rootfs.img -hd=10M -imgmode=flat -mode=create -q' no longer works (Displays 'No option named: -hd=10M' or 'No option named -imgmode=flat' etc...) I looked up a bit and found they changed the way you feed the arguments to bximage, so I thought a pull request would be useful to you.

SilverRainZ commented 6 years ago

Are you really sure your bochs is up-to-date? Please refer to #11, you can see the -mode=flat -size=10M options are deprecated, instead the -hd=10M -imgmode=flat options are now in use.

Please provide your bochs version if you are still in doubt, note that OS67 requires 2.6.7 or aboved.

cakehonolulu commented 6 years ago

Indeed, my fault! Thanks for pointing out the versioning scheme! Good luck with your project and have a nice/day!