/* * ======================================================== * * hCore * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ #include // bugs = 0 namespace hCore { bool init_hal() { // TODO: Hardware Specific stuff. return true; } }