Support i386-ieee1275 grub-mkrescue and make check on it.
This commit is contained in:
parent
a79b8a1584
commit
dbc56d8f0b
7 changed files with 34 additions and 5 deletions
|
@ -1,3 +1,12 @@
|
|||
movl $0x80000b80, %eax
|
||||
movw $0xcf8, %dx
|
||||
outl %eax, %dx
|
||||
movl $0x1001, %eax
|
||||
movw $0xcfc, %dx
|
||||
inb %al, %dx
|
||||
orb $1, %al
|
||||
outb %al, %dx
|
||||
|
||||
movl $0x80000b40, %eax
|
||||
movw $0xcf8, %dx
|
||||
outl %eax, %dx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue