This commit is contained in:
Sami Samhuri 2010-01-18 20:57:31 -08:00
parent ebf5f86f9b
commit d608fa838c

View file

@ -152,7 +152,7 @@ the next post we'll be there.</p>
<p><i>(You can almost do that with what we know now. If you
create a Mach file with a Mach header (ncmds=1), a single unnamed
segment (nsects=1), and then a section named __text with a segment
name of __TEXT, and some x86 machine code a the section data, you
name of __TEXT, and some x86 machine code as the section data, you
would almost have a useful Mach object file.)</i></p>
<p>Till next time, happy hacking!</p>