Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
voxmo_metadata_header Struct Reference

#include <voxmo.h>

Data Fields

uint32_t magic
 
uint16_t version
 
uint32_t header_len
 
uint32_t file_counts
 
struct voxmo_metadata_string nama_module
 
struct voxmo_metadata_string description
 
struct voxmo_metadata_string license
 
struct voxmo_metadata_string version_str
 
struct voxmo_metadata_string author
 
struct voxmo_metadata_string main_file
 
struct voxmo_metadata_list capability
 
struct voxmo_metadata_list dependency
 

Detailed Description

Definition at line 21 of file voxmo.h.

Field Documentation

◆ author

struct voxmo_metadata_string voxmo_metadata_header::author

Definition at line 31 of file voxmo.h.

◆ capability

struct voxmo_metadata_list voxmo_metadata_header::capability

Definition at line 34 of file voxmo.h.

◆ dependency

struct voxmo_metadata_list voxmo_metadata_header::dependency

Definition at line 35 of file voxmo.h.

◆ description

struct voxmo_metadata_string voxmo_metadata_header::description

Definition at line 28 of file voxmo.h.

◆ file_counts

uint32_t voxmo_metadata_header::file_counts

Definition at line 25 of file voxmo.h.

◆ header_len

uint32_t voxmo_metadata_header::header_len

Definition at line 24 of file voxmo.h.

◆ license

struct voxmo_metadata_string voxmo_metadata_header::license

Definition at line 29 of file voxmo.h.

◆ magic

uint32_t voxmo_metadata_header::magic

Definition at line 22 of file voxmo.h.

◆ main_file

struct voxmo_metadata_string voxmo_metadata_header::main_file

Definition at line 32 of file voxmo.h.

Referenced by vxVoxmoInstall().

◆ nama_module

struct voxmo_metadata_string voxmo_metadata_header::nama_module

Definition at line 27 of file voxmo.h.

◆ version

uint16_t voxmo_metadata_header::version

Definition at line 23 of file voxmo.h.

◆ version_str

struct voxmo_metadata_string voxmo_metadata_header::version_str

Definition at line 30 of file voxmo.h.


The documentation for this struct was generated from the following file: