mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
Kernel: Omit all actual code from the kernel on aarch64 for now
This commit is contained in:
parent
9c5e947e0e
commit
585edb8cff
Notes:
sideshowbarker
2024-07-18 05:07:52 +09:00
Author: https://github.com/nico
Commit: 585edb8cff
Pull-request: https://github.com/SerenityOS/serenity/pull/9666
2 changed files with 36 additions and 14 deletions
10
Kernel/Arch/aarch64/dummy.cpp
Normal file
10
Kernel/Arch/aarch64/dummy.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Copyright (c) 2021, Nico Weber <thakis@chromium.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
// This is a temporary file to get a non-empty Kernel binary on aarch64.
|
||||
// The prekernel currently never jumps to the kernel. This is dead code.
|
||||
void dummy();
|
||||
void dummy() { }
|
Loading…
Add table
Add a link
Reference in a new issue