代码搜索:MultiBoot
找到约 234 项符合「MultiBoot」的源代码
代码结果 234
www.eeworm.com/read/409921/2224128
h multiboot.h
/* multiboot.h - the header for Multiboot */
/* Copyright (C) 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of
www.eeworm.com/read/407313/2266316
h multiboot.h
/* multiboot.h
* tag: header for multiboot
*
* Copyright (C) 2003 Stefan Reinauer
*
* See the file "COPYING" for further information about
* the copyright and warranty status of this work.
*/
www.eeworm.com/read/407313/2266340
c multiboot.c
/* Support for Multiboot */
#include "openbios/config.h"
#include "asm/io.h"
#include "sys_info.h"
#include "multiboot.h"
#ifdef CONFIG_DEBUG_BOOT
#define debug printk
#else
#define debug(x...)
#e
www.eeworm.com/read/407313/2266350
h multiboot.h
/* multiboot.h
* tag: header for multiboot
*
* Copyright (C) 2003-2004 Stefan Reinauer
*
* See the file "COPYING" for further information about
* the copyright and warranty status of this work
www.eeworm.com/read/407313/2266375
c multiboot.c
/* Support for Multiboot */
#include "openbios/config.h"
#include "asm/io.h"
#include "sys_info.h"
#include "multiboot.h"
#define printf printk
#ifdef CONFIG_DEBUG_BOOT
#define debug printk
#else
#
www.eeworm.com/read/407313/2266379
h multiboot.h
/* multiboot.h
* tag: header for multiboot
*
* Copyright (C) 2003-2004 Stefan Reinauer
*
* See the file "COPYING" for further information about
* the copyright and warranty status of this work
www.eeworm.com/read/407313/2266406
c multiboot.c
/* Support for Multiboot */
#include "openbios/config.h"
#include "asm/io.h"
#include "sys_info.h"
#include "multiboot.h"
#define printf printk
#ifdef CONFIG_DEBUG_BOOT
#define debug printk
#else
#
www.eeworm.com/read/407313/2266440
h multiboot.h
/* multiboot.h
* tag: header for multiboot
*
* Copyright (C) 2003-2004 Stefan Reinauer
*
* See the file "COPYING" for further information about
* the copyright and warranty status of this work
www.eeworm.com/read/407313/2266460
c multiboot.c
/* Support for Multiboot */
#include "openbios/config.h"
#include "asm/io.h"
#include "sys_info.h"
#include "multiboot.h"
#define printf printk
#ifdef CONFIG_DEBUG_BOOT
#define debug printk
#else
#
www.eeworm.com/read/385462/2591783
h multiboot.h
/* multiboot.h - the header for Multiboot */
/* Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the ter