Implement XEN VFB support.
This commit is contained in:
parent
60d1dd3d72
commit
71669c3b76
14 changed files with 937 additions and 9 deletions
|
@ -192,6 +192,9 @@ kernel = {
|
|||
xen = term/xen/console.c;
|
||||
xen = disk/xen/xendisk.c;
|
||||
xen = commands/boot.c;
|
||||
xen = commands/keylayouts.c;
|
||||
xen = video/xen/xenfb.c;
|
||||
xen = term/xen/xen_kbd.c;
|
||||
|
||||
ia64_efi = kern/ia64/efi/startup.S;
|
||||
ia64_efi = kern/ia64/efi/init.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue