~ubuntu-branches/ubuntu/wily/grub2/wily-proposed

« back to all changes in this revision

Viewing changes to boot/i386/pc/pxeboot.S

  • Committer: Bazaar Package Importer
  • Author(s): Felix Zielcke, Robert Millan, Felix Zielcke
  • Date: 2010-01-26 19:26:25 UTC
  • mfrom: (1.13.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126192625-coq6czap2ofjollf
Tags: 1.98~20100126-1
* New Bazaar snapshot.
  - Includes mipsel-yeeloong port.

[ Robert Millan ]
* config.in: Lower priority of grub2/linux_cmdline_default.

[ Felix Zielcke ]
* Drop `CFLAGS=-O0' workaround on powerpc. Should be fixed correctly now.
* Ship grub-bin2h and grub-script-check in grub-common.
* Terminate NEWS.Debian with a blank line like lintian would suggest
  if that check would be working correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  GRUB  --  GRand Unified Bootloader
3
 
 *  Copyright (C) 2000,2005,2007,2008,2009   Free Software Foundation, Inc.
 
3
 *  Copyright (C) 2000,2005,2007,2008,2009,2010   Free Software Foundation, Inc.
4
4
 *
5
5
 *  GRUB is free software: you can redistribute it and/or modify
6
6
 *  it under the terms of the GNU General Public License as published by
16
16
 *  along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
17
17
 */
18
18
 
 
19
#include <grub/machine/boot.h>
 
20
 
19
21
        .file   "pxeboot.S"
20
22
        .text
21
23
 
28
30
start:
29
31
 
30
32
        /* Use drive number 0x7F for PXE */
31
 
        movb    $0x7F, %dl
 
33
        movb    $GRUB_BOOT_MACHINE_PXE_DL, %dl
32
34
 
33
35
        /* Jump to the real world */
34
36
        ljmp    $0, $0x8200