summaryrefslogtreecommitdiffhomepage
path: root/HALKit/AMD64/HardwareInit.cpp
blob: 18e2a19c2a135a810eb81c6c132809b5c4f3f3b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 *	========================================================
 *
 *	hCore
 * 	Copyright 2024 Mahrouss Logic, all rights reserved.
 *
 * 	========================================================
 */

#include <ArchKit/Arch.hpp>

// bugs = 0

namespace hCore
{
    bool initialize_hardware_components()
    {
        // TODO: Hardware Specific stuff.

        return true;
    }
}