We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# 复现操作 cargo update-all make libc-test ARCH=riscv64 CI=1 cargo image --arch riscv64 cargo bin --features "linux baremetal-test loopback" --arch riscv64 --output kernel-qemu make qemu ARCH=riscv64 CI=1
# 复现操作 cargo update-all make libc-test ARCH=x86_64 CI=1 cargo image --arch x86_64 cd zCore && make run ARCH=x86_64 LINUX=1 RELEASE=1 TEST=1 # 在zCore里运行sh test.sh x86_64
# 复现操作 cargo update-all make libc-test ARCH=aarch64 CI=1 cargo image --arch aarch64 cd zCore && make run ARCH=aarch64 LINUX=1 RELEASE=1 TEST=1 # 在zCore里运行sh test.sh aarch64
The text was updated successfully, but these errors were encountered:
扩大 x86_64 的内核堆,就报和那俩一样的错了
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: