XenevaOS
Loading...
Searching...
No Matches
x86_64_hal.h
Go to the documentation of this file.
1
30#ifndef __X86_64_HAL_H__
31#define __X86_64_HAL_H__
32
33#include <stdint.h>
34#include <Hal/x86_64_gdt.h>
35#include <Hal/x86_64_idt.h>
36#include <Hal/x86_64_cpu.h>
37#include <Hal/x86_64_lowlevel.h>
38#include <aurora.h>
39
40/*
41* x86_64_hal_initialise -- initialise the x86_64 hardware
42* abstraction layer
43* @param info -- kernel boot information structure
44*/
46
47
48#endif
Definition aurora.h:99
void x86_64_hal_initialise(KERNEL_BOOT_INFO *info)
Definition x86_64_hal.cpp:45