代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/290066/8507607
s boot.s
/* boot.S - bootstrap the kernel */
/* Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GN
www.eeworm.com/read/290066/8507756
c boot.c
/* boot.c - load and bootstrap a kernel */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002 Free Software Foundation, Inc.
*
* This program is free software; you can
www.eeworm.com/read/289842/8521791
c boot.c
//********************************************
//文件名:BOOT.C
//功能:1. 调用读扇区汇编子程序
// 2. 查找分区表和引导扇区并建立扇区数据文件
// 3. 将找到的扇区数据用十六进制显示
//********************************************
#include
www.eeworm.com/read/289842/8521795
obj boot.obj
www.eeworm.com/read/433254/8536315
ico boot.ico
www.eeworm.com/read/389231/8541071
ini boot.ini
let $vector_catch = 0x00
let $semihosting_enabled = 0x00
let psr=%IFt_SVC32
|for ADW in ADS 1.0
|let psr=%IFt_SVC
|Fin=6MHz,Fout=60MHz,M/P/S=72/2/1
let 0x1d80000=((72
www.eeworm.com/read/389075/8549314
s boot.s
;**************************************************************
;
; This an simple implementation of bootloader for S3C4510B
; Hope it is useful to you.
;
; Enjoy it!
;
;*******************
www.eeworm.com/read/388979/8558669
mini_boot
www.eeworm.com/read/187912/8591434
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
www.eeworm.com/read/432565/8592093