Fix warnings

This commit is contained in:
pjht 2019-08-31 16:48:11 -05:00
parent c2cd6a8571
commit 5442f1f684
5 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -7,6 +7,7 @@
#include <vfs.h>
#include <ipc/devfs.h>
#include <string.h>
#include <dbg.h>
uint32_t vfs_box;
uint32_t devfs_box;

View File

@ -9,6 +9,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <initrd.h>
#include <dbg.h>
#include <vfs.h>
typedef struct {
char filename[100];

View File

@ -7,6 +7,7 @@
#include <tasking.h>
#include <memory.h>
#include "vga.h"
#include <dbg.h>
#define DEVFS_BOX 6
#define DEVFS_PID 3

Binary file not shown.