X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fbinary.h;h=c94a1b09a96b0ab5a6ade168c0af3c62468467a5;hb=dd2491a82880ed9b01b5d66b1814d271921797a4;hp=a5ae974adfa4436d1ead28b0335624979b6e6910;hpb=6adbfe017566048fc15e152aa842bbe1cd6f430c;p=tpg%2Facess2.git diff --git a/Kernel/include/binary.h b/Kernel/include/binary.h index a5ae974a..c94a1b09 100644 --- a/Kernel/include/binary.h +++ b/Kernel/include/binary.h @@ -16,7 +16,7 @@ */ typedef struct sBinarySection { - Uint64 Offset; + Uint64 Offset; //!< File offset of the section tVAddr Virtual; //!< Virtual load address size_t FileSize; //!< Number of bytes to load from the file size_t MemSize; //!< Number of bytes in memory @@ -56,8 +56,8 @@ typedef struct sBinary { struct sBinary *Next; //!< Pointer used by the kernel - tMount MountID; - tInode Inode; + tMount MountID; //!< Mount ID + tInode Inode; //!< Inode (Used for fast reopen) /** * \brief Interpreter used to load the file