Correct include, fix QEMU bug

master
rubenwardy 2017-07-15 00:11:32 +01:00
parent 49322143c0
commit b4528a5abb
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
QEMU_UART = stdio
QEMU_UART += telnet:127.0.0.1:1235,server
QEMU_UART += telnet:127.0.0.1:1236,server
QEMU_DISPLAY = -nographic -display none
QEMU_DISPLAY = -nographic -display none -monitor none
#QEMU_DISPLAY = -display sdl
LINARO_PATH = /usr/local/gcc-linaro-5.1-2015.08-x86_64_arm-eabi

View File

@ -2,7 +2,7 @@
#include "blockedqueue.h"
#include "utils.h"
#include "fs/fs.h"
#include "fs/blocks.h"
#include "fs/pydisk/blocks.h"
typedef struct {
u32 id;