代码搜索:bootsector
找到约 102 项符合「bootsector」的源代码
代码结果 102
www.eeworm.com/read/367602/9740378
bootsector
www.eeworm.com/read/367602/9740395
bootsector
www.eeworm.com/read/292026/8381999
asm bootsector.asm
;
; Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
;
; Governed by the TrueCrypt License 2.4 the full text of which is contained
; in the file License.txt included in TrueCrypt bina
www.eeworm.com/read/287068/8728066
asm bootsector.asm
;
; Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
;
; Governed by the TrueCrypt License 2.4 the full text of which is contained
; in the file License.txt included in TrueCrypt bina
www.eeworm.com/read/492058/6423756
asm bootsector.asm
;
; Copyright (c) 2008-2009 TrueCrypt Foundation. All rights reserved.
;
; Governed by the TrueCrypt License 2.6 the full text of which is contained
; in the file License.txt included in TrueCrypt
www.eeworm.com/read/342841/11996674
asm bootsector.asm
;
; Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
;
; Governed by the TrueCrypt License 2.5 the full text of which is contained
; in the file License.txt included in TrueCrypt bina
www.eeworm.com/read/336724/12420160
asm bootsector.asm
;
; Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
;
; Governed by the TrueCrypt License 2.5 the full text of which is contained
; in the file License.txt included in TrueCrypt bina
www.eeworm.com/read/114513/15049950
asm bootsector.asm
/************************************************************************************************/
/* This routine extracts the following parameters from the boot sector: */
/* 1) total sec
www.eeworm.com/read/237048/4635090
java bootsector.java
/**
* $Id: BootSector.java,v 1.4 2004/01/02 08:41:45 epr Exp $
*/
package org.jnode.fs.fat;
import java.io.IOException;
import org.jnode.driver.block.BlockDeviceAPI;
import org.jnode.fs.pa
www.eeworm.com/read/367602/9740377
asm bootsector.asm
[ORG 0x7c00]
[BITS 16]
start:
mov ax, cs
mov ds, ax
mov ss, ax
mov sp, 08000h
call read_it ;read next 64k code to 20000h
cli ;disable interrupt
mov ax,cs
mov ds,ax
lgdt [g