代码搜索:Boot

找到约 10,000 项符合「Boot」的源代码

代码结果 10,000
www.eeworm.com/read/184053/9124958

h boot.h

/* ************************************************************** * * hyperstone MS-DOS FAT File System Drivers * * MS-DOS Boot Sector Layout * * Christoph Baumhof 2000-03-21 * Rei
www.eeworm.com/read/183734/9142559

asm boot.asm

[bits 16] [org 0x7c00] jmp Main Msg db "Welcome To Tresss Studio......" db 13,10,"Tresss Studio is Start" Mturn db 13,10,2,3,">",0 AdrCmd times 20 db 0 ;记住所输命令,最大19个字符 CmdCls db "cls",0 CmdR
www.eeworm.com/read/183734/9142565

flp boot.flp

www.eeworm.com/read/183680/9145401

c boot.c

#pragma CODE_SEG BOOT_CODE void BootStart(void) { // Insert your judge code here asm JMP [0xEFFE,PCR]; // Do your boot loader here } interrupt void JClockFail(void) { asm JMP [0
www.eeworm.com/read/183680/9145446

lst boot.lst

ANSI-C/cC++ Compiler for HC12 V-5.0.30 Build 6037, Feb 7 2006 1: 2: #pragma CODE_SEG BOOT_CODE 3: 4: void BootStart(void) 5: { Function: BootStart Source : D:\C
www.eeworm.com/read/379714/9181033

txt boot.txt

<mark>boot</mark>sect.s :磁盘引导程序 head.s :32位运行启动代码程序 将内核代码段和数据段都设置为16MB setup.s :获取BIOS中参数 此3个文件将内核从块设备加载到内存;探测系统配置参数;为进入32位保护模式做准备 linux中创建新进程使用fork()系统调用,所有进程都是通过复制进程0而得到的。 引导程序把内核从磁盘上加载到内存中, ...
www.eeworm.com/read/379635/9190896

ddp boot.ddp

www.eeworm.com/read/379635/9190916

pas boot.pas

unit Boot; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, MDIbase, jpeg, StdCtrls, ComCtrls, ExtCtrls, imagebutton; type Tfrmboot
www.eeworm.com/read/379635/9190926

dfm boot.dfm

inherited frmboot: Tfrmboot Left = 444 Top = 329 Width = 906 Height = 573 ActiveControl = pa1 Caption = #31995#32479#23548#33322 Color = clWhite PixelsPerInch = 96 TextHeigh
www.eeworm.com/read/379635/9190933

dcu boot.dcu