1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
Commit graph

9 commits

Author SHA1 Message Date
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