Draft: lab 3 irq wtf
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <initrd.h>
|
||||
#include <stddef.h>
|
||||
|
||||
void help(void);
|
||||
void hello(void);
|
||||
void hwinfo(void);
|
||||
void memalloc(size_t size);
|
||||
void ls(file_node_t *root);
|
||||
void cat(file_node_t *root, const char *filename);
|
||||
void reboot(void);
|
||||
#include <initrd.h>
|
||||
|
||||
int // is continue
|
||||
shell(file_node_t *);
|
||||
|
||||
Reference in New Issue
Block a user