代码搜索:MultiBoot
找到约 234 项符合「MultiBoot」的源代码
代码结果 234
www.eeworm.com/read/357142/3028680
pjt fbtc55.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="FBTC55"
ProjectDir="C:\Projects\5509MultiBoot\FlashBurn\evm5509\FBTC55\"
ProjectType
www.eeworm.com/read/290066/8507543
maintenance
-*- text -*-
How to update the online manual:
1. Copy docs/*.texi (excluding "multiboot.texi") to fencepost.gnu.org.
2. Make a symbolic link from ~mohit/gnudoc/gnudoc_template to the
directory und
www.eeworm.com/read/140797/7147160
c mboot.c
/*
* mboot.c
*
* Loader for Multiboot-compliant kernels and modules.
*
* Copyright (C) 2005 Tim Deegan
* Parts based on GNU GRUB, Copyright (C) 2000 Free Software
www.eeworm.com/read/445908/7588249
log _impact.log
iMPACT Version:
iMPACT log file Started on Fri Mar 27 17:01:33 2009
The following values are set for this run of the wizard
SUBMODE_TYPE is SUBMODE_PFFSERIAL
MULTIBOOT_DEVICE is DEVICE_NONE
MU
www.eeworm.com/read/178758/5314428
h cd-interf.h
typedef struct cd_dev_parm
{
DWORD Size;
void *DeviceId;
}
cd_dev_parm_t;
typedef struct cd_dev_info
{
DWORD Size;
void *DeviceId;
char name[4];
DWORD multiboot_id;
int
www.eeworm.com/read/352714/10522677
c kernel_init.c
#include /* for boot_info */
#include /* for lmm_remove_free() */
#include /* for lprintf_kern() */
#include /* for install_user_segs() */
#i
www.eeworm.com/read/432012/1901191
defconfig
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_LITTLE_ENDIAN=y
#
# Kernel binaries (x86)
#
CONFIG_IMAGE_ELF=y
CONFIG_IMAGE_ELF_EMBEDDED=y
CONFIG_IMAGE_ELF_MULTIBOOT=y
#
#
www.eeworm.com/read/407313/2266319
defconfig
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_LITTLE_ENDIAN=y
#
# Kernel binaries (x86)
#
CONFIG_IMAGE_ELF=y
CONFIG_IMAGE_ELF_EMBEDDED=y
CONFIG_IMAGE_ELF_MULTIBOOT=y
#
#
www.eeworm.com/read/432018/8639361
asm minimultiboot.asm
;
; A micro multiboot compliant core
; Copyright (C) 2001, Dave Poirier
; Distributed under BSD license.
;
%define MBOOT_MAGIC 0x1badb002
%define MBOOT_FLAGS 0x00010002
bits 32
org 0x100000
__entry
www.eeworm.com/read/432906/1887974
s head.s
#include
#include
#include
#include
#include
#include
#include
.text
.code32
#