Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0Nera committed Feb 1, 2024
1 parent 885a097 commit 8fe1df8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_BUILD 999
#define VERSION_MINOR 2
#define VERSION_BUILD 0
2 changes: 1 addition & 1 deletion kernel/mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void mod_init( ) {
continue;
}

module_info_t (*module_init)(env_t *env) =
module_info_t (*module_init)(env_t * env) =
(module_info_t(*)(env_t * env)) elf_entry((elf64_header_t *)module_ptr->address);

// LOG("\t->Точка входа: 0x%x\n", module_init);
Expand Down

0 comments on commit 8fe1df8

Please sign in to comment.