14个版本
0.11.7 | 2024年2月16日 |
---|---|
0.11.6 | 2024年1月28日 |
0.11.5 | 2023年12月28日 |
0.11.4 | 2023年7月5日 |
0.1.0-beta.1 | 2022年11月13日 |
在操作系统分类中排名第177
每月下载量1,179次
10KB
245 行
第一阶段:引导扇区
此可执行文件需要适应512字节的引导扇区,因此我们需要使用各种技巧来保持大小。
构建命令
cargobuild --release -Zbuild-std=core --targetx86-16bit.json -Zbuild-std-features=compiler-builtins-mem
- `objcopy -I elf32-i386 -O binary target/x86-16bit/release/first_stage target/disk_image.bin`
在QEMU中运行
qemu-system-x86_64-驱动格式=raw,文件=target/disk_image.bin
打印ELF文件的内容,例如尝试减小大小
objdump-xsdS-M i8086,intel目标/x86-16位/release/first_stage