mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Cleaning and improvement of PlatformPOSIX.
Create a PlatformPOSIX+EFI.
This commit is contained in:
parent
626637762c
commit
0a8f273560
@ -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
|
||||
|
@ -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.
|
||||
|
1
PosixCompilation/DebugLibs/Autogen/AutoGen.c
Symbolic link
1
PosixCompilation/DebugLibs/Autogen/AutoGen.c
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Build/Clover/DEBUGMACOS_XCODE8/X64/rEFIt_UEFI/refit/DEBUG/AutoGen.c
|
1
PosixCompilation/DebugLibs/Autogen/AutoGen.h
Symbolic link
1
PosixCompilation/DebugLibs/Autogen/AutoGen.h
Symbolic link
@ -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
Loading…
Reference in New Issue
Block a user