Skip to content

Commit cfeeffc

Browse files
authored
Fix typo in Build Process chapter (dreamportdev#94)
1 parent ed9255f commit cfeeffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_Build_Process/01_Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The [Makefiles](04_Gnu_Makefiles.md) chapter will explain how to build a process
1212

1313
One of the most _obscure_, that is always present while building any software, but is hidden to us until we start to roll up our own kernel is the _linking process_. The [Linker Scripts](05_Linker_Scripts.md) chapter will introduce us to the world of _linking_ files and explain how to write a linker script.
1414

15-
Finally the kernel is built but not ready to run yet, we need to copy it into a bootable media, the [Generating A Bootable Iso](06_Generating_Iso.md) chapter will show how to create a bootalbe iso of our kernel, and finally being able to launch it and see the results of our hard work.
15+
Finally the kernel is built but not ready to run yet, we need to copy it into a bootable media, the [Generating A Bootable Iso](06_Generating_Iso.md) chapter will show how to create a bootable iso of our kernel, and finally being able to launch it and see the results of our hard work.
1616

1717

1818
For the rest of this part a basic knowledge of compiling these languages is assumed.

0 commit comments

Comments
 (0)