Pino

Results 8 comments of Pino

I would mark each point I identified in this doc, which I think should be improved here. > And after this we can see call of the reset_early_page_tables function where...

yes, but I need to learn how to sending a PR, please wait for a while:)

And I want to send PR after finish reading "Kernel booting process. Part 4.", because there maybe other description need to be improved, I will leave a post for each...

> After comparison of the LOAD_PHYSICAL_ADDR and value of the ebx register, we add the offset from the startup_32 where to decompress the compressed kernel image. If the CONFIG_RELOCATABLE option...

>The compressed kernel image should be moved to the end of the decompression buffer to simplify calculations where kernel will be located later. For this: Although there is no obvious...

>Next we subtract address of the _end symbol from this value and add the result of subtraction to ebx register which will stores base address for kernel decompression. the ending...

> we must enable PAE mode by putting the value of the cr4 register into eax, setting 5 bit in it and loading it again into cr4 ==> > we...

> > After comparison of the LOAD_PHYSICAL_ADDR and value of the ebx register, we add the offset from the startup_32 where to decompress the compressed kernel image. If the CONFIG_RELOCATABLE...