Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为需要 mptables 启动的内核伪造 mptable。展望未来,我的目标是完全摆脱 mptables。
我可以访问 ACPI 数据,但是我需要解析和读取这些表并生成一个伪 mptable,这样内核就不必进行多次更改。
内核当前从 mptable 获取其平台标识数据,因此为了尽量减少内核/平台更改,这是我的解决方案。
是否有建议或意见或其他我可以做的事情来简化我的任务?
谢谢,罗希特