代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/315002/13554465
asm boot.asm
; Boot sector for floppy disk (720k/1.44M, FAT12)
;
%define KERNEL_START_SEG 0x2000
[BITS 16]
[ORG 0x7C00]
Base:
jmp short Begin
nop
oem db 'OrzMicro' ; OEM ID
bytesPerSector dw 0
www.eeworm.com/read/314238/13570635
hex boot.hex
:103800000C942A1C0C94471C0C94471C0C94471CC9
:103810000C94471C0C94471C0C94471C0C94471C9C
:103820000C94471C0C94471C0C94471C0C94471C8C
:103830000C94471C0C94471C0C94471C0C94471C7C
:103840000C94471C0C9
www.eeworm.com/read/313229/13591569
html boot.html
Boot file
The file 7, $Boot, starts at cluster 0 of the volume. The first 0x28 bytes
are the same as for FAT boot sectors, except that useless fields are zeroed.
The last sector is stor
www.eeworm.com/read/312733/13605863
s boot.s
;********************************************************************************************
;*filename: boot.s
;*author: WUER xiao
;*create date: 2005-5-10 16:25
www.eeworm.com/read/312292/13613918
bin boot.bin
www.eeworm.com/read/312292/13614018
asm boot.asm
www.eeworm.com/read/312292/13614019
mak boot.mak
www.eeworm.com/read/312292/13614020
lst boot.lst
Turbo Assembler Version 3.1 04/11/13 12:54:48 Page 1
boot.ASM
1 ;
2 ; File:
3 ; boot.asm
4 ; Description:
5