mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Renamed "interrupts.hpp" to "ints.hpp"
This commit is contained in:
parent
65dfa325e9
commit
75883030ad
@ -1,6 +1,6 @@
|
|||||||
#include <smp.hpp>
|
#include <smp.hpp>
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
#include <cpu.hpp>
|
#include <cpu.hpp>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#include <types.h>
|
#include <types.h>
|
||||||
|
|
||||||
#include <boot/binfo.h>
|
#include <boot/binfo.h>
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <vector.hpp>
|
#include <vector.hpp>
|
||||||
#include <cpu.hpp>
|
#include <cpu.hpp>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <smp.hpp>
|
#include <smp.hpp>
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <cpu.hpp>
|
#include <cpu.hpp>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <cpu.hpp>
|
#include <cpu.hpp>
|
||||||
|
|
||||||
namespace APIC
|
namespace APIC
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <smp.hpp>
|
#include <smp.hpp>
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <cpu.hpp>
|
#include <cpu.hpp>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <cpu.hpp>
|
#include <cpu.hpp>
|
||||||
|
|
||||||
namespace APIC
|
namespace APIC
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include "../../crashhandler.hpp"
|
#include "../../crashhandler.hpp"
|
||||||
#include "../chfcts.hpp"
|
#include "../chfcts.hpp"
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <display.hpp>
|
#include <display.hpp>
|
||||||
#include <printf.h>
|
#include <printf.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <task.hpp>
|
#include <task.hpp>
|
||||||
#include <cpu.hpp>
|
#include <cpu.hpp>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <driver.hpp>
|
#include <driver.hpp>
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
#include <task.hpp>
|
#include <task.hpp>
|
||||||
#include <lock.hpp>
|
#include <lock.hpp>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "../api.hpp"
|
#include "../api.hpp"
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
#include <task.hpp>
|
#include <task.hpp>
|
||||||
#include <lock.hpp>
|
#include <lock.hpp>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "../api.hpp"
|
#include "../api.hpp"
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
#include <task.hpp>
|
#include <task.hpp>
|
||||||
#include <lock.hpp>
|
#include <lock.hpp>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "../api.hpp"
|
#include "../api.hpp"
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
#include <task.hpp>
|
#include <task.hpp>
|
||||||
#include <lock.hpp>
|
#include <lock.hpp>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "../api.hpp"
|
#include "../api.hpp"
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
#include <task.hpp>
|
#include <task.hpp>
|
||||||
#include <lock.hpp>
|
#include <lock.hpp>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
|
|
||||||
#include <syscalls.hpp>
|
#include <syscalls.hpp>
|
||||||
#include <vector.hpp>
|
#include <vector.hpp>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#ifndef __FENNIX_KERNEL_CRASH_HANDELR_H__
|
#ifndef __FENNIX_KERNEL_CRASH_HANDLER_H__
|
||||||
#define __FENNIX_KERNEL_CRASH_HANDELR_H__
|
#define __FENNIX_KERNEL_CRASH_HANDLER_H__
|
||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <cpu.hpp>
|
#include <cpu.hpp>
|
||||||
|
|
||||||
namespace CrashHandler
|
namespace CrashHandler
|
||||||
@ -15,4 +15,4 @@ namespace CrashHandler
|
|||||||
void Handle(void *Data);
|
void Handle(void *Data);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // !__FENNIX_KERNEL_CRASH_HANDELR_H__
|
#endif // !__FENNIX_KERNEL_CRASH_HANDLER_H__
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <boot/protocols/multiboot2.h>
|
#include <boot/protocols/multiboot2.h>
|
||||||
#include <filesystem/ustar.hpp>
|
#include <filesystem/ustar.hpp>
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
#include <convert.h>
|
#include <convert.h>
|
||||||
#include <printf.h>
|
#include <printf.h>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
|
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <vector.hpp>
|
#include <vector.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#include <types.h>
|
#include <types.h>
|
||||||
|
|
||||||
#include <filesystem.hpp>
|
#include <filesystem.hpp>
|
||||||
#include <interrupts.hpp>
|
#include <ints.hpp>
|
||||||
#include <symbols.hpp>
|
#include <symbols.hpp>
|
||||||
#include <vector.hpp>
|
#include <vector.hpp>
|
||||||
#include <memory.hpp>
|
#include <memory.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user