SilverRainZ / OS67

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

It crashes when building fs: #31

Open peggy-48 opened 8 months ago

peggy-48 commented 8 months ago

I will show what it's actually shouting to me though (using UBUNTU 22.04 jammy jellyfish): rm -f bin/rootfs.img bximage bin/rootfs.img -hd=10M -imgmode=flat -mode=create -q Unknown option: -mode=create make: *** [Makefile:80: fs] Error 1

SilverRainZ commented 8 months ago

It seems that bochs has break changes on its command line arguments, the -mode option should be replaced by something else.

SilverRainZ commented 8 months ago

https://github.com/SilverRainZ/OS67/issues/29#issuecomment-1396640723 may help.

peggy-48 commented 7 months ago

But by what