Skip to content

Commit 9679dbd

Browse files
committed
init-5: fix DMI
Found by @kele1997
1 parent 264d910 commit 9679dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Initialization/linux-initialization-5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ void x86_configure_nx(void)
492492
Conclusion
493493
--------------------------------------------------------------------------------
494494
495-
It is the end of the fifth part about linux kernel initialization process. In this part we continued to dive in the `setup_arch` function which makes initialization of architecture-specific stuff. It was long part, but we have not finished with it. As i already wrote, the `setup_arch` is big function, and I am really not sure that we will cover all of it even in the next part. There were some new interesting concepts in this part like `Fix-mapped` addresses, ioremap and etc... Don't worry if they are unclear for you. There is a special part about these concepts - [Linux kernel memory management Part 2.](https://github.com/0xAX/linux-insides/blob/master/MM/linux-mm-2.md). In the next part we will continue with the initialization of the architecture-specific stuff and will see parsing of the early kernel parameters, early dump of the pci devices, direct Media Interface scanning and many many more.
495+
It is the end of the fifth part about linux kernel initialization process. In this part we continued to dive in the `setup_arch` function which makes initialization of architecture-specific stuff. It was long part, but we have not finished with it. As i already wrote, the `setup_arch` is big function, and I am really not sure that we will cover all of it even in the next part. There were some new interesting concepts in this part like `Fix-mapped` addresses, ioremap and etc... Don't worry if they are unclear for you. There is a special part about these concepts - [Linux kernel memory management Part 2.](https://github.com/0xAX/linux-insides/blob/master/MM/linux-mm-2.md). In the next part we will continue with the initialization of the architecture-specific stuff and will see parsing of the early kernel parameters, early dump of the pci devices, `Desktop Management Interface` scanning and many many more.
496496
497497
If you have any questions or suggestions write me a comment or ping me at [twitter](https://twitter.com/0xAX).
498498

0 commit comments

Comments
 (0)