Fixed all previous bugs...however strange things happens when OS runs

This commit is contained in:
ice-bit
2019-07-03 21:04:05 +02:00
parent bec03e3d1b
commit a0b6eb882a
14 changed files with 66 additions and 49 deletions

View File

@@ -14,6 +14,6 @@
#include <stdarg.h>
int printf(const char *format, ...);
void puts(uint8_t *buf);
void puts(const char *buf);
#endif