代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/192310/8388093
bin boot.bin
www.eeworm.com/read/192310/8388098
asm boot.asm
;%define _BOOT_DEBUG_ ; 做 Boot Sector 时一定将此行注释掉!将此行打开后用 nasm Boot.asm -o Boot.com 做成一个.COM文件易于调试
%ifdef _BOOT_DEBUG_
org 0100h ; 调试状态, 做成 .COM 文件, 可调试
%else
org 07c00h ; Boot 状态, Bios
www.eeworm.com/read/192310/8388105
bin boot.bin
www.eeworm.com/read/192310/8388112
asm boot.asm
;%define _BOOT_DEBUG_ ; 做 Boot Sector 时一定将此行注释掉!将此行打开后用 nasm Boot.asm -o Boot.com 做成一个.COM文件易于调试
%ifdef _BOOT_DEBUG_
org 0100h ; 调试状态, 做成 .COM 文件, 可调试
%else
org 07c00h ; Boot 状态, Bios
www.eeworm.com/read/192310/8388118
bin boot.bin
www.eeworm.com/read/192268/8390325
conf boot.conf
kernel {
name = "Linux 1.3.45";
path = "/vmlinuz-1.3.45";
root = "/dev/ima";
flags = readonly;
};
riscos {
name = "Risc OS";
};
kernel {
name = "Linux 2.0.13";
path = "/vmlinuz-2.0.13";
root
www.eeworm.com/read/391541/8397638
asm boot.asm
.title "Flash bootup utility for DEC643"
.option D,T
.length 102
.width 140
COPY_TABLE .equ 0x90000400
EMIF_BASE .equ 0x01800000
www.eeworm.com/read/390345/8470806
obj boot.obj
www.eeworm.com/read/290068/8507329
asm boot.asm
;
; boot.asm
;
; All rights reserved
;
; MPL--mmmmpl@126.com
; 2007.9.21
;
; Compile with nasm, write to first sector of a floppy for boot
; a PC,and you can see tip message..., have fun.
;
www.eeworm.com/read/290068/8507372