代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/245586/12792754
s boot.s
# Boot sector for 1.44 Mb floppy disk
# The Major task of this boot sector is finding and loading the setup
# from the floppy disk to offset of 0x0920:0000
#
# DS, ES : 0x07C0:0000
# SS : 0x07E0:0000
www.eeworm.com/read/245586/12792843
o boot.o
www.eeworm.com/read/245586/12792868
s boot.s
# Boot sector for 1.44 Mb floppy disk
# The Major task of this boot sector is finding and loading the setup
# from the floppy disk to offset of 0x0920:0000
#
# DS, ES : 0x07C0:0000
# SS : 0x07E0:0000
www.eeworm.com/read/245586/12793229
o boot.o
www.eeworm.com/read/245586/12793272
s boot.s
# Boot sector for 1.44 Mb floppy disk
# The Major task of this boot sector is finding and loading the setup
# from the floppy disk to offset of 0x0920:0000
#
# DS, ES : 0x07C0:0000
# SS : 0x07E0:0000
www.eeworm.com/read/143389/12879177
h boot.h
/*
* include/bios/boot.h
*
* Copyright (C) 1998 Russell King
*/
#ifndef BIOS_BOOT_H
#define BIOS_BOOT_H
#include
extern u32 root_dev;
extern u32 root_flags;
extern u32 load_addr;
www.eeworm.com/read/143389/12879347
c boot.c
#include
#include
#include
#include
#include
static struct param_struct *params = (struct param_struct *)PARM_ADDR;
extern char *
www.eeworm.com/read/243981/12901973
s boot.s
|
| boot.s
|
| boot.s is loaded at 0x7c00 by the bios-startup routines, and moves itself
| out of the way to address 0x90000, and jumps there.
|
| It then loads the system at 0x10000, using BIOS inter
www.eeworm.com/read/143053/12902340
asm boot.asm
[BITS 16] ;;编译成16位的指令
[ORG 0x7C00]
;----------------------------------------------------------------------------------------------
jmp
www.eeworm.com/read/142910/12908523
s boot.s
.set noreorder
.set noat
.text
_reset:
__start:
lui $a0, 0xBE00 //2. load the upper address of CSI Scratch Pad
ori $a0, 0x9400 // load the lower address of CSI Scratch Pad