Crity means Curiosity ,represents human curiosity to explore the world
CrityOS is Curiosity
下载编译安装 bochs ,建议下 bochs-2.x.x-msvc-src.zip
说是更完整。
不要使用 brew 安装,因为它安装的 bochs 不会启动 x display(会用 screen 代替)
./configure \
--prefix=/opt/bochs \
--enable-debugger \
--enable-disasm \
--enable-iodebug \
--enable-x86-debugger \
--with-x \
--with-x11
然后 make install
,再添加一下环境变量
export BXSHARE="/opt/bochs/share/bochs"
export PATH="$PATH:/opt/bochs/bin"
最后去官网直接下载安装相应的 x display 桌面环境
启动成功
🔥如果自启动失败,可能是 $DISPLAY 变量没有自动设置好
Copyleft(R) 2022 YBM