Fix warnings
This commit is contained in:
parent
c2cd6a8571
commit
5442f1f684
BIN
devfs/devfs
BIN
devfs/devfs
Binary file not shown.
@ -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;
|
||||
|
@ -9,6 +9,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <initrd.h>
|
||||
#include <dbg.h>
|
||||
#include <vfs.h>
|
||||
|
||||
typedef struct {
|
||||
char filename[100];
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <tasking.h>
|
||||
#include <memory.h>
|
||||
#include "vga.h"
|
||||
#include <dbg.h>
|
||||
|
||||
#define DEVFS_BOX 6
|
||||
#define DEVFS_PID 3
|
||||
|
BIN
vga_drv/vga_drv
BIN
vga_drv/vga_drv
Binary file not shown.
Loading…
Reference in New Issue
Block a user