OS67 icon indicating copy to clipboard operation
OS67 copied to clipboard

It crashes when building fs:

Open peggy-48 opened this issue 1 year ago • 3 comments

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

peggy-48 avatar Jan 21 '24 12:01 peggy-48

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

SilverRainZ avatar Jan 21 '24 15:01 SilverRainZ

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

SilverRainZ avatar Jan 21 '24 15:01 SilverRainZ

But by what

peggy-48 avatar Feb 03 '24 10:02 peggy-48