Initial videoinfo implementation

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-03 21:19:22 +02:00
parent c8e7bf5ff7
commit 540e2fe185
4 changed files with 216 additions and 77 deletions

View file

@ -676,6 +676,11 @@ module = {
enable = i386_pc;
};
module = {
name = videoinfo;
common = commands/videoinfo.c;
};
module = {
name = vbetest;
i386_pc = commands/i386/pc/vbetest.c;