Use argc/argv in Stage 2
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include "utils.h"
|
||||
#include "loader.h"
|
||||
|
||||
entrypoint_t load_payload(void) {
|
||||
entrypoint_t load_payload(const char *bct0) {
|
||||
/* TODO */
|
||||
(void)(bct0);
|
||||
return (entrypoint_t)NULL;
|
||||
}
|
||||
Reference in New Issue
Block a user