Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136368011
D38247.id116005.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
349 B
Referenced Files
None
Subscribers
None
D38247.id116005.diff
View Options
diff --git a/stand/kboot/kboot.h b/stand/kboot/kboot.h
--- a/stand/kboot/kboot.h
+++ b/stand/kboot/kboot.h
@@ -9,6 +9,15 @@
#define DEVT_HOSTDISK 1234
+struct memory_segments
+{
+ uint64_t start;
+ uint64_t end;
+ uint64_t type; /* MD defined */
+};
+
+bool enumerate_memory_arch(void);
+
bool has_acpi(void);
vm_offset_t acpi_rsdp(void);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 18, 11:18 AM (14 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25502657
Default Alt Text
D38247.id116005.diff (349 B)
Attached To
Mode
D38247: kboot: MI part of the memory enumeration code
Attached
Detach File
Event Timeline
Log In to Comment