...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "interrupts.h"
|
||||
#include "../arch.h"
|
||||
#include "stdio.h"
|
||||
#include "util.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#define PIC1_COMMAND 0x20
|
||||
#define PIC1_DATA 0x21
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "stdbool.h"
|
||||
#include "stdint.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// #include "keyboard.h"
|
||||
// #include "interrupts.h"
|
||||
// #include "util.h"
|
||||
// #include <stddef.h>
|
||||
// #include "stddef.h"
|
||||
|
||||
// #define SCANCODE_LEFT_SHIFT 42
|
||||
// #define SCANCODE_RIGHT_SHIFT 54
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// #pragma once
|
||||
|
||||
// #include <stdbool.h>
|
||||
// #include <stdint.h>
|
||||
// #include "stdbool.h"
|
||||
// #include "stdint.h"
|
||||
|
||||
// typedef struct
|
||||
// {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "mmap.h"
|
||||
#include "../mmap.h"
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include "stddef.h"
|
||||
#include "stdio.h"
|
||||
|
||||
#define USABLE_REGION_SIZE 32
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include "stdint.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "vga.h"
|
||||
#include <stddef.h>
|
||||
#include "stddef.h"
|
||||
|
||||
#define ROWS 25
|
||||
#define COLUMNS 80
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include "stdint.h"
|
||||
|
||||
#define VGA_BLACK 0
|
||||
#define VGA_BLUE 1
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
#include "interrupts.h"
|
||||
#include "mmap.h"
|
||||
#include "multiboot.h"
|
||||
#include "stddef.h"
|
||||
#include "stdio.h"
|
||||
#include "util.h"
|
||||
#include "vga.h"
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
||||
void entry(multiboot_info_t* mbd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user