KERNEL: Mapping the bios region ( below 1Mib)
Keyboard.h: remove the incorrect use of typedef PhysicalMemoryManager.cpp: Map the Bios region as used. This prevents us from allocation the area used by the bios
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
#include "../../Terminal/kterm.h"
|
||||
typedef enum ScanCodeSet{
|
||||
enum ScanCodeSet {
|
||||
None = 0,
|
||||
ScanCodeSet1 = 1,
|
||||
ScanCodeSet2 = 2,
|
||||
ScanCodeSet3 = 3,
|
||||
};
|
||||
|
||||
typedef enum Modifiers{
|
||||
enum Modifiers {
|
||||
LSHIFT = 1,
|
||||
RSHIFT = 2,
|
||||
|
||||
|
Reference in New Issue
Block a user