OS67
OS67 copied to clipboard
It crashes when building fs:
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
It seems that bochs has break changes on its command line arguments, the -mode
option should be replaced by something else.
https://github.com/SilverRainZ/OS67/issues/29#issuecomment-1396640723 may help.
But by what