Skip to content

Commit 4424bcc

Browse files
authored
Merge pull request cfenollosa#35 from Ghifari160/master
Fix typos and 404's
2 parents 5959216 + 4399a08 commit 4424bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

12-kernel-c/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ generates machine code without any labels and/or metadata
3737

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

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

14-checkpoint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on Homebrew's repos)
2020

2121
```sh
2222
cd /tmp/src
23-
curl -O http://ftp.rediris.es/mirror/GNU/gnu/gdb/gdb-7.8.tar.gz
23+
curl -O http://ftp.rediris.es/mirror/GNU/gdb/gdb-7.8.tar.gz
2424
tar xf gdb-7.8.tar.gz
2525
mkdir gdb-build
2626
cd gdb-build

0 commit comments

Comments
 (0)