BINFMT: A framework to support a P-code binary format (a work in progress)

This commit is contained in:
Gregory Nutt
2014-05-07 13:47:52 -06:00
parent d36724abbc
commit b6f264488a
19 changed files with 1095 additions and 108 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
* Description:
* Loads the binary specified by nxflat_init into memory, mapping
* the I-space executable regions, allocating the D-Space region,
* and inializing the data segment (relocation information is
* and initializing the data segment (relocation information is
* temporarily loaded into the BSS region. BSS will be cleared
* by nxflat_bind() after the relocation data has been processed).
*