Added first version of the VBE terminal code.
This commit is contained in:
parent
001cf69421
commit
6323696adf
9 changed files with 1633 additions and 2 deletions
4
DISTLIST
4
DISTLIST
|
@ -32,6 +32,8 @@ boot/powerpc/ieee1275/cmain.c
|
|||
boot/powerpc/ieee1275/crt0.S
|
||||
commands/i386/pc/halt.c
|
||||
commands/i386/pc/reboot.c
|
||||
commands/i386/pc/vbe_list_modes.c
|
||||
commands/i386/pc/vbe_test.c
|
||||
commands/ieee1275/halt.c
|
||||
commands/ieee1275/reboot.c
|
||||
commands/ieee1275/suspend.c
|
||||
|
@ -163,6 +165,7 @@ partmap/apple.c
|
|||
partmap/pc.c
|
||||
partmap/sun.c
|
||||
term/i386/pc/console.c
|
||||
term/i386/pc/vesafb.c
|
||||
term/i386/pc/vga.c
|
||||
term/ieee1275/ofconsole.c
|
||||
util/i386/pc/biosdisk.c
|
||||
|
@ -180,3 +183,4 @@ util/grub-emu.c
|
|||
util/misc.c
|
||||
util/resolve.c
|
||||
util/unifont2pff.rb
|
||||
video/i386/pc/vbe.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue