Dear Sirs,
       I am using the EDK II 2014 to develop UEFI shell application, and I
found  when
I use printf(), there are something wrong, but there is no error when I use
"EDK II Standard Libraries Beta Release 4:03 PM 8/2/2011".

      For example :

  for(i=0; i<10; i++)
  {
  printf("i = %d  ",i);
  sleep(1);
  }

    When I use  EADK version 1.02 I will get the "i = 0 i =1 i = 2 i = 3
........."
show together a few minute after I run the application.
    But if I use "EADK Beta Release 4:03 PM 8/2/2011", the result is what i
want, the "i = 0" "i = 1" "i = 2" "i = 3 ........."
will show one after one.

Can Anyone help me ?

Thanks a lot!
------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to