1. 11 8月, 2009 2 次提交
  2. 10 8月, 2009 1 次提交
  3. 31 7月, 2009 1 次提交
  4. 28 7月, 2009 4 次提交
  5. 22 7月, 2009 1 次提交
  6. 17 7月, 2009 1 次提交
  7. 16 7月, 2009 5 次提交
  8. 10 7月, 2009 1 次提交
  9. 06 7月, 2009 1 次提交
  10. 04 7月, 2009 1 次提交
  11. 30 6月, 2009 2 次提交
    • A
      Multiboot build system v4 · 253d0942
      Alexander Graf 提交于
      In order to build the multiboot option rom, we need a Makefile and a tool
      to sign the rom with.
      
      Both are provided by this patch and mostly taken from the extboot source,
      written by Anthony Liguori.
      
      Once built, the resulting binary gets copied to pc-bios automatically.
      
      Building also occurs automatically when on an x86 host.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      253d0942
    • A
      Multiboot support v5 · f16408df
      Alexander Graf 提交于
      This patch implements support for Multiboot on x86 for -kernel.
      Multiboot is a "new" approach to get rid of different bootloaders, providing
      a unified interface for the kernel. It supports command line options and
      kernel modules.
      
      The two probably best known projects using multiboot are Xen and GNU Hurd.
      
      This implementation should be mostly feature-complete. It is missing VBE
      extensions, but as no system uses them currently it does not really hurt.
      
      To use multiboot, specify the kernel as -kernel option. Modules should be given
      as -initrd options, seperated by a comma (,). -append also works.
      
      Please bear in mind that grub also does gzip decompression, which qemu does
      not do yet. To run existing images, please ungzip them first.
      
      The guest multiboot loader code is implemented as option rom using int 19.
      Parts of the work are based on efforts by Rene Rebe, who originally ported
      my code to int 19.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      f16408df
  12. 04 6月, 2009 1 次提交
  13. 28 5月, 2009 1 次提交
  14. 22 5月, 2009 1 次提交
  15. 08 5月, 2009 1 次提交
  16. 22 4月, 2009 1 次提交
  17. 18 4月, 2009 2 次提交
  18. 11 4月, 2009 1 次提交
  19. 31 3月, 2009 1 次提交
  20. 08 3月, 2009 1 次提交
  21. 07 3月, 2009 1 次提交
  22. 03 3月, 2009 1 次提交
  23. 02 3月, 2009 1 次提交
  24. 28 2月, 2009 1 次提交
  25. 11 2月, 2009 2 次提交
  26. 09 2月, 2009 1 次提交
  27. 08 2月, 2009 1 次提交
  28. 04 2月, 2009 1 次提交
  29. 02 2月, 2009 1 次提交