Skip to content

Commit

Permalink
Merge pull request cfenollosa#35 from Ghifari160/master
Browse files Browse the repository at this point in the history
Fix typos and 404's
  • Loading branch information
cfenollosa authored Apr 20, 2018
2 parents 5959216 + 4399a08 commit 4424bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 12-kernel-c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ generates machine code without any labels and/or metadata

*Note: a warning may appear when linking, disregard it*

Now examine both "binary" files, `function.o` and `function.bin` using `xdd`. You
Now examine both "binary" files, `function.o` and `function.bin` using `xxd`. You
will see that the `.bin` file is machine code, while the `.o` file has a lot
of debugging information, labels, etc.

Expand Down
2 changes: 1 addition & 1 deletion 14-checkpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on Homebrew's repos)

```sh
cd /tmp/src
curl -O http://ftp.rediris.es/mirror/GNU/gnu/gdb/gdb-7.8.tar.gz
curl -O http://ftp.rediris.es/mirror/GNU/gdb/gdb-7.8.tar.gz
tar xf gdb-7.8.tar.gz
mkdir gdb-build
cd gdb-build
Expand Down

0 comments on commit 4424bcc

Please sign in to comment.