代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/343825/11922283
imb boot.imb
www.eeworm.com/read/343825/11922286
ps boot.ps
www.eeworm.com/read/343825/11922309
imd boot.imd
www.eeworm.com/read/343825/11922332
pr boot.pr
www.eeworm.com/read/343825/11922337
pri boot.pri
www.eeworm.com/read/154854/11922815
s boot.s
/*
********************************************************
// Copyright (c)2004 Ark Pioneer Microelectronics Ltd.,
// All Rights Reserved
//
// When load from network, routines run start from sy
www.eeworm.com/read/343746/11930706
asm boot.asm
; BOOT.ASM : By Vivek Mohan
; =========================
;
; tasm boot.asm
; tlink /x /3 boot.obj
_Text SEGMENT PUBLIC USE16
assume CS:_Text, DS:_Text
org 0
; This is the entry point f
www.eeworm.com/read/257271/11936880
c boot.c
//********************************************
//文件名:BOOT.C
//功能:1. 调用读扇区汇编子程序
// 2. 查找分区表和引导扇区并建立扇区数据文件
// 3. 将找到的扇区数据用十六进制显示
//********************************************
#include
www.eeworm.com/read/257271/11936882
obj boot.obj
www.eeworm.com/read/343089/11975523