FreeDOS direct loading support.
* docs/grub.texi (Supported OS): Add FreeDOS. * grub-core/Makefile.core.def (freedos): New module. * grub-core/lib/i386/relocator.c (grub_relocator16_ebx): New extern variable. (grub_relocator16_boot): Handle %ebx. * grub-core/lib/i386/relocator16.S: Likewise. * grub-core/loader/i386/pc/freedos.c: New file.
This commit is contained in:
commit
e3a1073fd2
7 changed files with 167 additions and 1 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2011-05-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
FreeDOS direct loading support.
|
||||
|
||||
* docs/grub.texi (Supported OS): Add FreeDOS.
|
||||
* grub-core/Makefile.core.def (freedos): New module.
|
||||
* grub-core/lib/i386/relocator.c (grub_relocator16_ebx): New extern
|
||||
variable.
|
||||
(grub_relocator16_boot): Handle %ebx.
|
||||
* grub-core/lib/i386/relocator16.S: Likewise.
|
||||
* grub-core/loader/i386/pc/freedos.c: New file.
|
||||
|
||||
2011-05-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Long Linux command line support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue