Skip to content

Commit

Permalink
pased -> passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Semen Zhydenko committed Sep 25, 2018
1 parent 86e5448 commit 720485a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 23-fixes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We add `-ffreestanding` when compiling `.o` files, which includes `kernel_entry
Before, we disabled libgcc (not libc) through the use of `-nostdlib` and we didn't re-enable
it for linking. Since this is tricky, we'll delete `-nostdlib`

`-nostdinc` was also pased to gcc, but we will need it for step 3, so let's delete it.
`-nostdinc` was also passed to gcc, but we will need it for step 3, so let's delete it.


2. kernel.c `main()` function
Expand Down

0 comments on commit 720485a

Please sign in to comment.