mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel: Print MultiProcessor features
This commit is contained in:
parent
94f287b1c0
commit
d9d792d37f
Notes:
sideshowbarker
2024-07-19 08:53:05 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/d9d792d37f3 Pull-request: https://github.com/SerenityOS/serenity/pull/1355 Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ void MultiProcessorParser::parse_floating_pointer_data()
|
|||
auto* floating_pointer = (MultiProcessor::FloatingPointer*)floating_pointer_region->vaddr().offset(offset_in_page((u32)m_floating_pointer)).as_ptr();
|
||||
m_configuration_table = floating_pointer->physical_address_ptr;
|
||||
m_specification_revision = floating_pointer->specification_revision;
|
||||
dbg() << "Features " << floating_pointer->feature_info[0] << ", IMCR? " << (floating_pointer->feature_info[0] & (1 << 7));
|
||||
}
|
||||
|
||||
size_t MultiProcessorParser::get_configuration_table_length()
|
||||
|
|
Loading…
Reference in a new issue