boot-sector:这是用于操作系统启动的引导扇区汇编代码!

时间:2024-08-01 11:49:36
【文件属性】:

文件名称:boot-sector:这是用于操作系统启动的引导扇区汇编代码!

文件大小:8KB

文件格式:ZIP

更新时间:2024-08-01 11:49:36

Assembly

这是书中的源代码:“如何制作一个简单的操作系统” 测试工具: qemu bochs 目录:bios-boot-sector bios-boot-sector 是 16 位实模式引导扇区代码 目录:boot-sector-pm boot-sector 是 32 位保护模式下的引导扇区代码 用法: nasm [filename] -f bin -o [dest_filename] Eg: nasm boot_helloworld.asm -f bin -o boot_helloworld.bin 中银国际使用: QEMU 用法: qemu-system-i386 [bin_filename] Eg: qemu-system-i386 boot_helloworld.bin


【文件预览】:
boot-sector-master
----bios-boot-sector()
--------boot.asm(48B)
--------boot_stack.asm(190B)
--------boot_helloworld.asm(244B)
--------boot_stored.asm(416B)
--------hex()
--------print_string.asm(407B)
----boot-sector-pm()
--------print()
--------gdt()
--------switch2pm()
--------test.asm(764B)
--------test.bin(512B)
----Makefile(190B)
----README.md(502B)

网友评论