代码搜索:Loader

找到约 9,497 项符合「Loader」的源代码

代码结果 9,497
www.eeworm.com/read/189081/5202558

asm loader.asm

org 0100h jmp LABEL_START ; Start ; 下面是 FAT12 磁盘的头, 之所以包含它是因为下面用到了磁盘的一些信息 %include "fat12hdr.inc" %include "load.inc" %include "pm.inc" ; GDT ---------------------------------------
www.eeworm.com/read/189081/5202575

asm loader.asm

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; loader.asm ; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ;
www.eeworm.com/read/189081/5202594

asm loader.asm

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; loader.asm ; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ;
www.eeworm.com/read/189081/5202611

asm loader.asm

org 0100h jmp LABEL_START ; Start ; 下面是 FAT12 磁盘的头, 之所以包含它是因为下面用到了磁盘的一些信息 %include "fat12hdr.inc" %include "load.inc" %include "pm.inc" ; GDT ---------------------------------------
www.eeworm.com/read/189081/5202621

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/189081/5202630

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/188910/5204919

js loader.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens
www.eeworm.com/read/188776/5206989

java loader.java

/* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software * License version 1.1, a copy of which has been in
www.eeworm.com/read/188551/5208188

java loader.java

package jmt.gui.jwat.input; //UPDATE 28/1/2006: + modificato il mapping utilizzato per le stringhe import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader;
www.eeworm.com/read/187454/5220797

h loader.h

/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2004 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of t