mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Kernel: Take some baby steps towards x86_64
Make more of the kernel compile in 64-bit mode, and make some things pointer-size-agnostic (by using FlatPtr.) There's a lot of work to do here before the kernel will even compile.
This commit is contained in:
parent
eb08a0edd5
commit
8f70528f30
Notes:
sideshowbarker
2024-07-18 21:56:07 +09:00
Author: https://github.com/awesomekling
Commit: 8f70528f30
12 changed files with 187 additions and 118 deletions
|
@ -318,7 +318,7 @@ struct SC_futex_params {
|
|||
u32 val;
|
||||
union {
|
||||
const timespec* timeout;
|
||||
u32 val2;
|
||||
uintptr_t val2;
|
||||
};
|
||||
u32* userspace_address2;
|
||||
u32 val3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue