réplica de
https://github.com/Arnau478/quark.git
synced 2024-11-23 12:58:07 +01:00
Fixed some includes and various non-critical issues
This commit is contained in:
pare
be55b8121c
commit
92b14a5331
S'han modificat 4 arxius amb 3 adicions i 2 eliminacions
|
@ -3,6 +3,7 @@
|
||||||
#include "isr.h"
|
#include "isr.h"
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
#include "../../lib/time.h"
|
#include "../../lib/time.h"
|
||||||
|
#include "../../lib/debug.h"
|
||||||
|
|
||||||
static volatile bool g_fdc_irq = false;
|
static volatile bool g_fdc_irq = false;
|
||||||
static int g_curr_drive = 0;
|
static int g_curr_drive = 0;
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
#include "../lib/stdio.h"
|
#include "../lib/stdio.h"
|
||||||
#include "../arch/i686/io.h"
|
#include "../arch/i686/io.h"
|
||||||
#include "../lib/stdio.h"
|
#include "../lib/stdio.h"
|
||||||
#include "../shell.h"
|
|
||||||
#include "../lib/debug.h"
|
#include "../lib/debug.h"
|
||||||
|
|
||||||
static bool g_caps_lock = false;
|
static bool g_caps_lock = false;
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#include "multiboot.h"
|
#include "multiboot.h"
|
||||||
#include "lib/debug.h"
|
#include "lib/debug.h"
|
||||||
#include "arch/i686/fdc.h"
|
#include "arch/i686/fdc.h"
|
||||||
|
#include "shell.h"
|
||||||
|
|
||||||
extern uint8_t end; // Kernel end
|
extern uint8_t end; // Kernel end
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ int shell_run(char *cmd){
|
||||||
}
|
}
|
||||||
i += 128;
|
i += 128;
|
||||||
printf("\nPress enter to continue\n");
|
printf("\nPress enter to continue\n");
|
||||||
gets(NULL, NULL);
|
gets(NULL, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
Loading…
Referencia en una nova incidència