]> git.proxmox.com Git - grub2.git/commit - ChangeLog-2015
2010-01-03 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Sun, 3 Jan 2010 22:34:03 +0000 (22:34 +0000)
committerRobert Millan <rmh@aybabtu.com>
Sun, 3 Jan 2010 22:34:03 +0000 (22:34 +0000)
commit3a73dcb6f5a2a6887752290602a3327c7bab3481
tree7138c9e6e09aa6ab858c9b7e352fc0cd0c47d25f
parentab0eeb0c33df3b11fb52397b8bd2595275eb2a8b
2010-01-03  Robert Millan  <rmh.grub@aybabtu.com>

* boot/i386/pc/diskboot.S: Fix inaccurate comment.

* util/i386/pc/grub-setup.c: Include `<assert.h>'.
(struct boot_blocklist): Move from here ...
* include/grub/i386/pc/boot.h [ASM_FILE]
(struct grub_boot_blocklist): ... to here.  Update all users.
(setup): Only initialize `start' member of `first_block'
structure.  Add assert() calls to verify the other members.

* util/i386/pc/grub-mkimage.c: Include `<assert.h>'.
(generate_image): Fix broken blocklist length initialization.
Add assert() call to verify blocklist `segment' field.
ChangeLog
boot/i386/pc/diskboot.S
include/grub/i386/pc/boot.h
util/i386/pc/grub-mkimage.c
util/i386/pc/grub-setup.c