mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
These methods do basically nothing right now, because we don't allocate memory in the prekernel stage. It's only here for a later commit when we bring up assertion formatting and printing.
10 lines
147 B
C
10 lines
147 B
C
/*
|
|
* Copyright (c) 2024, Liav A. <liavalb@hotmail.co.il>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
[[noreturn]] void halt();
|