Remove vbetest and vbeinfo in favour of videotest and videoinfo
This commit is contained in:
parent
380c39cb25
commit
4ab5f27548
5 changed files with 33 additions and 377 deletions
|
@ -670,23 +670,11 @@ module = {
|
|||
emu_condition = COND_GRUB_EMU_USB;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = vbeinfo;
|
||||
i386_pc = commands/i386/pc/vbeinfo.c;
|
||||
enable = i386_pc;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = videoinfo;
|
||||
common = commands/videoinfo.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = vbetest;
|
||||
i386_pc = commands/i386/pc/vbetest.c;
|
||||
enable = i386_pc;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = videotest;
|
||||
common = commands/videotest.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue