Cleaning and improvement of PlatformPOSIX.

Create a PlatformPOSIX+EFI.
This commit is contained in:
jief666 2021-05-05 13:20:40 +03:00
parent 626637762c
commit 0a8f273560
256 changed files with 2317 additions and 1893 deletions

View File

@ -32,7 +32,7 @@
#define PRINTF_LITE_BUF_SIZE 255 // not more than 255
#define PRINTF_LITE_TIMESTAMP_SUPPORT 1
#define PRINTF_LITE_TIMESTAMP_CUSTOM_FUNCTION 1
#define PRINTF_LITE_TIMESTAMP_CUSTOM_FUNCTION 0
#define PRINTF_EMIT_CR_SUPPORT 0
#define PRINTF_LITE_REPLACE_STANDARD_FUNCTION 1

View File

@ -154,10 +154,10 @@ int _fltused=0; // it should be a single underscore since the double one is the
//{
//}
const char* printf_lite_get_timestamp()
{
return "";
}
//const char* printf_lite_get_timestamp()
//{
// return "";
//}
/**
Prints a log message to memory buffer.

View File

@ -0,0 +1 @@
../../../Build/Clover/DEBUGMACOS_XCODE8/X64/rEFIt_UEFI/refit/DEBUG/AutoGen.c

View File

@ -0,0 +1 @@
../../../Build/Clover/DEBUGMACOS_XCODE8/X64/rEFIt_UEFI/refit/DEBUG/AutoGen.h

Some files were not shown because too many files have changed in this diff Show More