-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentence needs to be improved #645
Comments
Would you mind sending PR? |
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 one in this discussion thread. For example, I see this also needs improvement:
==>
|
To be honest, I think most content of it is wrong, for example, I don't see any reference of z_extract_offset in current code here, maybe in older time it is different. It is just a calculation of physical address where to place the decompressed kernel, if we don't have CONFIG_RELOCATABLE, it is the LOAD_PHYSICAL_ADDR, or else, it will be the address of %ebp(protect mode kernel loaded address) aligned to BP_kernel_alignment, while no less than LOAD_PHYSICAL_ADDR. |
Although there is no obvious buffer ending address in the code, but I feel "moved against to the end xxx" is more accurate, "against" has more meaning that the compressed kernel wouldn't exceed the buffer. And I don't quite understand why the latter part exists, how about:
|
the ending words is confusing, how about:
|
==>
|
This patch fixed half of issue of 0xAX#645: 1. "The value assigned to it is an offset relative to the offset of the segment" --> "The value assigned to it is an offset relative to the segment" 2. "adding the address field of the instruction and the value of the program counter" --> "adding the address field of the instruction to the value of the program counter" 3. "PAE mode" --> "PAE", because PAE is not a mode. 4. "5 bit" --> "the 5th bit"
I find the commit which drop the symbol: z_extract_offset |
I'm currently doing some proofreading work where I try to correct spelling, grammar and formatting mistakes, and I've found another thing which seems a bit off... on line 549,
here, shouldn't
be |
Right. |
In "Kernel booting process. Part 4.", section "Reload the segments if needed", one sentence should be improved:
==>
The text was updated successfully, but these errors were encountered: