Skip to content
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

Some unsure typo changes #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appboot.t
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ controller on ports 0x64 and 0x60
Real mode's 16-bit general-purpose and segment registers
make it awkward for a program to use more than 65,536 bytes
of memory, and impossible to use more than a megabyte.
x86 processors since the 80286 have a
X86 processors since the 80286 have a
.italic-index "protected mode" ,
which allows physical addresses to have many more bits, and
(since the 80386)
Expand Down
4 changes: 2 additions & 2 deletions unix.t
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ replaces the calling process's memory with a new memory
image loaded from a file stored in the file system.
The file must have a particular format, which specifies which part of
the file holds instructions, which part is data, at which instruction
to start, etc. xv6
uses the ELF format, which Chapter \*[CH:MEM] discusses in
to start, etc.
Xv6 uses the ELF format, which Chapter \*[CH:MEM] discusses in
more detail.
When
.code-index exec
Expand Down