代码搜索:loader程序源码
找到约 10,000 项符合「loader程序源码」的源代码
代码结果 10,000
www.eeworm.com/read/244187/4512389
asm loader.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; loader.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
www.eeworm.com/read/244187/4512401
asm loader.asm
org 0100h
jmp LABEL_START ; Start
; 下面是 FAT12 磁盘的头, 之所以包含它是因为下面用到了磁盘的一些信息
%include "fat12hdr.inc"
%include "load.inc"
%include "pm.inc"
; GDT ---------------------------------------
www.eeworm.com/read/244187/4512410
asm loader.asm
org 0100h
mov ax, 0B800h
mov gs, ax
mov ah, 0Fh ; 0000: 黑底 1111: 白字
mov al, 'L'
mov [gs:((80 * 0 + 39) * 2)], ax ; 屏幕第 0 行, 第 39 列。
jmp $ ; Start
www.eeworm.com/read/244187/4512417
asm loader.asm
org 0100h
mov ax, 0B800h
mov gs, ax
mov ah, 0Fh ; 0000: 黑底 1111: 白字
mov al, 'L'
mov [gs:((80 * 0 + 39) * 2)], ax ; 屏幕第 0 行, 第 39 列。
jmp $ ; Start
www.eeworm.com/read/244039/4513042
c loader.c
#include "usbloader.h"
INTEL_HEX_RECORD loader[] = {
16,
0x146c,
0,
{0xc2,0x00,0x90,0x7f,0xa5,0xe0,0x54,0x18,0xff,0x13,0x13,0x13,0x54,0x1f,0x44,0x50},
16,
0x147c,
0,
www.eeworm.com/read/244039/4513083
c loader.c
#include "usbloader.h"
INTEL_HEX_RECORD loader[] = {
16,
0x146c,
0,
{0xc2,0x00,0x90,0x7f,0xa5,0xe0,0x54,0x18,0xff,0x13,0x13,0x13,0x54,0x1f,0x44,0x50},
16,
0x147c,
0,
www.eeworm.com/read/244039/4513120
c loader.c
#include "usbloader.h"
INTEL_HEX_RECORD loader[] = {
16,
0x146c,
0,
{0xc2,0x00,0x90,0x7f,0xa5,0xe0,0x54,0x18,0xff,0x13,0x13,0x13,0x54,0x1f,0x44,0x50},
16,
0x147c,
0,
www.eeworm.com/read/244039/4513171
c loader.c
#include "usbloader.h"
INTEL_HEX_RECORD loader[] = {
16,
0x146c,
0,
{0xc2,0x00,0x90,0x7f,0xa5,0xe0,0x54,0x18,0xff,0x13,0x13,0x13,0x54,0x1f,0x44,0x50},
16,
0x147c,
0,
www.eeworm.com/read/244039/4513212
c loader.c
#include "usbloader.h"
INTEL_HEX_RECORD loader[] = {
16,
0x146c,
0,
{0xc2,0x00,0x90,0x7f,0xa5,0xe0,0x54,0x18,0xff,0x13,0x13,0x13,0x54,0x1f,0x44,0x50},
16,
0x147c,
0,
www.eeworm.com/read/242733/4536425
c loader.c
/*
* NK Kernel loader code
*
* Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
*
* Module Name:
*
* loader.c
*
* Abstract: