mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
Kernel: Include CommandLine
as a part of aarch64
This commit is contained in:
parent
fcd1cf4e1b
commit
3b331a83e2
3 changed files with 11 additions and 20 deletions
|
@ -148,26 +148,6 @@ READONLY_AFTER_INIT u8 multiboot_framebuffer_bpp;
|
|||
READONLY_AFTER_INIT u8 multiboot_framebuffer_type;
|
||||
}
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
// KString.cpp
|
||||
ErrorOr<NonnullOwnPtr<KString>> KString::try_create_uninitialized(size_t, char*&)
|
||||
{
|
||||
VERIFY_NOT_REACHED();
|
||||
return ENOMEM;
|
||||
}
|
||||
ErrorOr<NonnullOwnPtr<KString>> KString::try_create(StringView)
|
||||
{
|
||||
VERIFY_NOT_REACHED();
|
||||
return ENOMEM;
|
||||
}
|
||||
void KString::operator delete(void*)
|
||||
{
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
FlatPtr kernel_mapping_base;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue