代码搜索:Etherboot
找到约 443 项符合「Etherboot」的源代码
代码结果 443
www.eeworm.com/read/290066/8508062
h etherboot.h
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/359751/10126306
h etherboot.h
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/318604/13475266
h etherboot.h
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/147766/5721175
h etherboot.h
/**************************************************************************
ETHERBOOT - BOOTP/TFTP Bootstrap Program
Author: Martin Renters
Date: Dec/93
******************************************
www.eeworm.com/read/127781/5995058
h etherboot.h
/**************************************************************************
ETHERBOOT - BOOTP/TFTP Bootstrap Program
Author: Martin Renters
Date: Dec/93
******************************************
www.eeworm.com/read/124989/6034692
ppm etherboot.ppm
P3
32 16
65535
0 0 0 0 0 0 0 65535 65535 0 0 0 0 0 0 0 65535 65535
0 0 0 0 0 0 0 65535 65535 0 0 0 0 0 0 0 65535 65535
0 0 0 0 0 0 0 65535 65535 0 0 0 0 0 0 0 65535 65535
0 0 0 0 0 0
www.eeworm.com/read/124989/6034701
xpm etherboot.xpm
/* XPM */
static char *noname[] = {
/* width height ncolors chars_per_pixel */
"32 16 4 1",
/* colors */
"` c #000000",
"a c #00FFFF",
"b c #00FF00",
"c c #FF0000",
/* pixels */
"``a``a``a``a``a``a``a
www.eeworm.com/read/124989/6034731
etherboot ws.etherboot
# /boot/build/ws.etherboot
sys/boot
$ boot -v
sys/Proc32
$ Proc32 -l
sys/Slib32
$ Slib32
sys/Slib16
$ Slib16
/bin/Net
$ Net -n -m "
www.eeworm.com/read/124989/6034854
lds etherboot.lds
OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SECTIONS {
/* Start address of etherboot in the virtual address space */
_virt_start = .;
.text : {
_text
www.eeworm.com/read/124989/6034893
lds etherboot.lds
OUTPUT_FORMAT("elf64-ia64-little")
OUTPUT_ARCH(ia64)
ENTRY(_start)
SECTIONS {
. = 0;
__gp = . + 0x200000;
_virt_start = .;
_text = . ;
.text : {
/* Start address of etherboot in the virtual a