Handle ps2 keyboard, no APIC for now
This commit is contained in:
@ -18,7 +18,6 @@ size_t hal_strcspn(const char *s, const char *reject);
|
||||
size_t hal_strspn(const char *s, const char *accept);
|
||||
char *hal_strcpy(char *dest, const char *src);
|
||||
char *hal_strchr(const char *s, int c);
|
||||
void hal_init_withmalloc(void);
|
||||
void hal_wait(uint32_t ms);
|
||||
|
||||
#define HAL_PAGE_SIZE 0x1000
|
||||
@ -27,5 +26,6 @@ void hal_wait(uint32_t ms);
|
||||
#include "x86_64/paging.h"
|
||||
#include "x86_64/cpu.h"
|
||||
#include "x86_64/intr.h"
|
||||
#include "x86_64/io.h"
|
||||
|
||||
#endif // KERNEL_HAL_HAL_H_
|
||||
|
Reference in New Issue
Block a user