]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/Unix/Sec/SecMain.c
Get BlockIo mapping interfaces working. Still need to work on detecting block size...
[mirror_edk2.git] / InOsEmuPkg / Unix / Sec / SecMain.c
index 9c0990b2cdf173765175b0b686df07e15414bf92..ff5eff0c07fe8e437e033ffbb7a2ecd885e21930 100644 (file)
@@ -116,7 +116,10 @@ main (
   //
   AddThunkProtocol (&gX11ThunkIo, (CHAR16 *)PcdGetPtr (PcdEmuGop), TRUE); 
   AddThunkProtocol (&gPosixFileSystemThunkIo, (CHAR16 *)PcdGetPtr (PcdEmuFileSystem), TRUE); 
+  AddThunkProtocol (&gBlockIoThunkIo, (CHAR16 *)PcdGetPtr (PcdEmuVirtualDisk), TRUE); 
   
+
+
   //
   // Emulator other Thunks
   //