1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
libhermit/arch/x86/loader
Jens Breitbart cbb34022a0 Wshift negative value (#79) + more compiler to travis (#77)
- Fixed clang warning `shifting a negative signed value is undefined`.
- use more compilers to test HermitCore in Travis
2017-08-30 12:51:23 +02:00
..
include Wshift negative value (#79) + more compiler to travis (#77) 2017-08-30 12:51:23 +02:00
CMakeLists.txt avoid the usage of sse & avx 2017-08-07 20:57:28 +02:00
entry.asm simplify code, increase the compatibility to AMD processors 2017-05-30 23:04:14 +02:00
link.ld reodering of the directory structure 2016-12-03 00:43:49 +01:00
main.c fix typos, fix meaing of PAGE_CEIL and PAGE_FLOOR 2017-07-15 16:24:08 +02:00
page.c remove obsolete static array 2017-08-07 09:48:57 +02:00
printf.c reodering of the directory structure 2016-12-03 00:43:49 +01:00
stdio.c revise uart interface, remove obsolete code 2017-06-02 20:08:42 +02:00
string.c reodering of the directory structure 2016-12-03 00:43:49 +01:00
strstr.c add option to define uart port via kernel parameters 2017-05-27 21:26:12 +02:00
strtol.c add option to define uart port via kernel parameters 2017-05-27 21:26:12 +02:00
uart.c remove compiler warnings 2017-08-07 09:33:28 +02:00