Updating folders name's (1)
This should help merging into dev branch
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
#pragma once
|
||||
extern "C"
|
||||
{
|
||||
#include "../libc/include/string.h"
|
||||
#include "../lib/include/string.h"
|
||||
}
|
||||
|
||||
|
||||
#include "drivers/VGA/VBE.h"
|
||||
#include "tty/kterm.h"
|
||||
|
||||
#include "./bootloader/multiboot.h"
|
||||
#include "./boot/multiboot.h"
|
||||
#include "bootinfo.h"
|
||||
|
||||
#include "memory/memory.h"
|
||||
@ -16,21 +16,21 @@ extern "C"
|
||||
#include "bootcheck.h"
|
||||
|
||||
#include "gdt/gdtc.h"
|
||||
#include "idt/idt.h"
|
||||
#include "interrupts/idt/idt.h"
|
||||
|
||||
#include "drivers/IO/io.h"
|
||||
#include "time.h"
|
||||
#include "pit.h"
|
||||
#include "drivers/pit/pit.h"
|
||||
|
||||
#include "cpu.h"
|
||||
#include "serial.h"
|
||||
#include "drivers/IO/PCI/pci.h"
|
||||
#include "ide/ide.h"
|
||||
#include "drivers/ide/ide.h"
|
||||
#include "./drivers/IO/ata/ataDevice.h"
|
||||
#include "./PartitionTable/MBR/MasterBootRecord.h"
|
||||
#include "./filesystems/FAT/BiosParameterBlock.h"
|
||||
#include "./filesystems/FAT/ExtendBootRecord.h"
|
||||
#include "./filesystems/FAT/DirectoryEntry.h"
|
||||
#include "./filesystem/FAT/BiosParameterBlock.h"
|
||||
#include "./filesystem/FAT/ExtendBootRecord.h"
|
||||
#include "./filesystem/FAT/DirectoryEntry.h"
|
||||
#include "drivers/ACPI/rsdp.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user