Stefan Lankes
|
5c21ed73c1
|
workarount for the LLVM bug https://llvm.org/bugs/show_bug.cgi?id=16404
rustc based on LLVM and uses this builtin function, which isn't part of
our libgcc.
|
2017-07-17 22:38:00 +02:00 |
|
Daniel Krebs
|
eca8be0236
|
remove old Makefile/autotools based build system and debian scripts
|
2017-04-03 18:14:42 +02:00 |
|
Stefan Lankes
|
a65068e82e
|
use _ before the function name for internal functions
|
2017-03-08 22:42:38 +01:00 |
|
Stefan Lankes
|
589867d293
|
rename functions to avoid collisions with newlib
|
2017-03-08 22:16:38 +01:00 |
|
Stefan Lankes
|
4a74e9306a
|
rename basic functions (e.g. memset) to avoid collisions with newlib
|
2017-03-08 00:48:06 +01:00 |
|
Stefan Lankes
|
5c1c002d0f
|
use #if instead of #ifdef to simplify the config file
|
2017-03-07 23:08:59 +01:00 |
|
Stefan Lankes
|
890134dc82
|
simplify uart device
- HermitCore uses on uart to send log messages to qemu
- unidirectional communication => remove interrupt handler
- remove mmio support for uart
|
2017-03-05 18:48:51 +01:00 |
|
Stefan Lankes
|
815937216f
|
remove obsolete VGA support
|
2017-03-04 10:52:18 +01:00 |
|
Stefan Lankes
|
1130232b58
|
only by using the VGA interface, the header will be included
|
2017-03-04 09:42:11 +01:00 |
|
Stefan Lankes
|
dfd4272d59
|
reodering of the directory structure
|
2016-12-03 00:43:49 +01:00 |
|