X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fbinary.h;h=c94a1b09a96b0ab5a6ade168c0af3c62468467a5;hb=a2495c6ea4f4cab16b5d339ae511428e92e89e73;hp=a5ae974adfa4436d1ead28b0335624979b6e6910;hpb=a29ad3fcf4e0f52348fccbeb88add8031ca7e531;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