blob: 01999d7d1cabd71403726f8bd1901ec14c982042 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Some drivers and applications we don't wont to include into fw
but we might want to load/run from time to time for debug reasons
or even use on real hw. To do it it required add inf file to
VBoxPkg/VBoxPkg.dsc and don't forget add to SOURCES variable in
Makefile.
# build
# make -C VBoxPkg/VBoxMisc
Result iso is RockRidge image attachable to VM and readable
with our EFI.
|