mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
missing include
This commit is contained in:
parent
0af7e73f98
commit
47badebd18
@ -1,6 +1,7 @@
|
|||||||
#include "../cpu/isr.h"
|
#include "../cpu/isr.h"
|
||||||
#include "../drivers/screen.h"
|
#include "../drivers/screen.h"
|
||||||
#include "kernel.h"
|
#include "kernel.h"
|
||||||
|
#include "../libc/string.h"
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
isr_install();
|
isr_install();
|
||||||
@ -8,8 +9,6 @@ void main() {
|
|||||||
|
|
||||||
kprint("Type something, it will go through the kernel\n"
|
kprint("Type something, it will go through the kernel\n"
|
||||||
"Type END to halt the CPU\n> ");
|
"Type END to halt the CPU\n> ");
|
||||||
|
|
||||||
// Do we need an infinite loop here?
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void user_input(char *input) {
|
void user_input(char *input) {
|
||||||
|
Loading…
Reference in New Issue
Block a user