rust -objcopy rust_os --strip-all -O binary kernel.bin. --strip-all表示剥除所有的调试信息和符号信息;-O binary表示生成二进制文件。
確定! 回上一頁