aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/grub.patches/99minios
Commit message (Collapse)AuthorAgeFilesLines
* PV-GRUB: Fix gzip support and iso support on x86_64Keir Fraser2010-03-081-0/+67
| | | | Signed-off-by: Samuel Thibault <sthibault@debian.org>
* domain builder: multiboot-like module supportKeir Fraser2009-12-111-0/+8
| | | | | | | | | This defines how multiple modules can be passed to a domain by packing them together into a "multiboot module" in a way very similar to the multiboot standard. An SIF_ flag is added to announce such package. This also adds a packing implementation to PV-GRUB. Signed-Off-By: Samuel Thibault <samuel.thibault@ens-lyon.org>
* PV-GRUB: xfs supportKeir Fraser2008-07-101-0/+28
| | | | | | i386 doesn't have PAE anyway. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* PV-GRUB: fix reiserfs 64bit supportKeir Fraser2008-06-201-1/+12
| | | | Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* Add PV-GRUBKeir Fraser2008-06-181-0/+1456
This fetches GRUB1 sources, applies the {graphical, print function, save default, and ext3_256byte} patches from debian, and applies a patch to make it work on x86_64 and port it to Mini-OS. By using libxc, PV-GRUB can then "kexec" the loaded kernel from inside the domain itself, hence permitting to avoid the security-concerned pygrub. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>