mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
Kernel: Populate ELF::AuxilaryValue::Platform from Processor object.
Move this to the processor object so it can easily be implemented when Serenity is compiled for a different architecture.
This commit is contained in:
parent
1e3a6ba572
commit
26bba8e100
3 changed files with 8 additions and 2 deletions
|
@ -1069,6 +1069,8 @@ public:
|
|||
static Vector<FlatPtr> capture_stack_trace(Thread& thread, size_t max_frames = 0);
|
||||
|
||||
void set_thread_specific(u8* data, size_t len);
|
||||
|
||||
String platform_string() const;
|
||||
};
|
||||
|
||||
class ScopedCritical {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue