helos1/runtime
Edgaru089 9f86e52164 runtime: disable interrupts on Printf
Printf uses vsnprintf and a global buffer prone to race conditions.
2021-11-08 01:33:18 +08:00
..
calling_convention.h Initial commit 2021-10-10 14:39:17 +08:00
calling_convention.S Initial commit 2021-10-10 14:39:17 +08:00
memcpy.c Initial commit 2021-10-10 14:39:17 +08:00
memcpy.h Initial commit 2021-10-10 14:39:17 +08:00
memset_memmove.S Initial commit 2021-10-10 14:39:17 +08:00
panic_assert.asm.S Initial commit 2021-10-10 14:39:17 +08:00
panic_assert.h Initial commit 2021-10-10 14:39:17 +08:00
printf.c Initial commit 2021-10-10 14:39:17 +08:00
printf.h Initial commit 2021-10-10 14:39:17 +08:00
stdio.c runtime: disable interrupts on Printf 2021-11-08 01:33:18 +08:00
stdio.h main: refactor to keep the EFI headers from polluting the main namespace 2021-11-06 23:40:50 +08:00
string.c Initial commit 2021-10-10 14:39:17 +08:00
test_memmove.c Initial commit 2021-10-10 14:39:17 +08:00
test_utf8.c Initial commit 2021-10-10 14:39:17 +08:00
unicode.c Initial commit 2021-10-10 14:39:17 +08:00
unicode.h Initial commit 2021-10-10 14:39:17 +08:00