代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/238907/13315548
h boot.h
#ifndef _BIOS_BOOT_H
#define _BIOS_BOOT_H
#include
/* KERNEL_LOAD_ADDR : defined in device specific header file */
#define LOAD_ADDR KERNEL_LOAD_BASE
/* KERNEL_ARCH_TYPE :
www.eeworm.com/read/238907/13315556
elf boot.elf
www.eeworm.com/read/238907/13315579
c boot.c
#include
#include
#include
#include
/* global variables */
u32 root_dev;
u32 root_flags;
u32 load_addr;
void
boot(void)
{
www.eeworm.com/read/238907/13315611
o boot.o
www.eeworm.com/read/238907/13315657
bin boot.bin
www.eeworm.com/read/137489/13320080
c boot.c
/* boot.c - Boot image composition */
/*
Copyright 1992-1997 Werner Almesberger.
Copyright 1999-2002 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in t
www.eeworm.com/read/137489/13320307
h boot.h
/* boot.h - Boot image composition */
/* Copyright 1992-1995 Werner Almesberger. See file COPYING for details. */
#ifndef BOOT_H
#define BOOT_H
#include "lilo.h"
void boot_image(char *spec,IMA
www.eeworm.com/read/137454/13321768
o boot.o
www.eeworm.com/read/137454/13321777
s boot.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; initialization ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
GET option_boot.h
GET memcfg.h
;interrupt control
www.eeworm.com/read/323389/13342059