2003-03-19 Yoshinori K. Okuji <okuji@enbug.org>
From Adam Lackorzynski <adam@os.inf.tu-dresden.de>: * stage2/shared.h (KEY_NPAGE): Changed to 0x5100. (KEY_PPAGE): Changed to 0x4900.
This commit is contained in:
parent
0151ef5e78
commit
5eebfaf282
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-03-19 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
From Adam Lackorzynski <adam@os.inf.tu-dresden.de>:
|
||||
* stage2/shared.h (KEY_NPAGE): Changed to 0x5100.
|
||||
(KEY_PPAGE): Changed to 0x4900.
|
||||
|
||||
2003-03-19 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* stage2/boot.c (load_image): Check if DATA_LEN plus SECTOR_SIZE
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
|
||||
.TH MBCHK "1" "February 2003" "mbchk (GNU GRUB 0.93)" FSF
|
||||
.TH MBCHK "1" "March 2003" "mbchk (GNU GRUB 0.93)" FSF
|
||||
.SH NAME
|
||||
mbchk \- check the format of a Multiboot kernel
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -281,8 +281,8 @@ extern char *grub_scratch_mem;
|
|||
# define KEY_BACKSPACE 0x0008
|
||||
# define KEY_HOME 0x4700
|
||||
# define KEY_END 0x4F00
|
||||
# define KEY_NPAGE 0x4900
|
||||
# define KEY_PPAGE 0x5100
|
||||
# define KEY_NPAGE 0x5100
|
||||
# define KEY_PPAGE 0x4900
|
||||
# define A_NORMAL 0x7
|
||||
# define A_REVERSE 0x70
|
||||
#elif defined(HAVE_NCURSES_CURSES_H)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue