Skip to content

Commit

Permalink
It's cursed that this ever worked
Browse files Browse the repository at this point in the history
  • Loading branch information
Siguza committed May 30, 2021
1 parent 12e1c3d commit 05fb962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
7 changes: 3 additions & 4 deletions src/kernel/entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@
#include <pongo.h>
#include <recfg/recfg_soc.h>

boot_args * gBootArgs;
void* gEntryPoint;


boot_args *gBootArgs;
void *gEntryPoint;
volatile char gBootFlag = 0;
dt_node_t *gDeviceTree;
uint64_t gIOBase;

char* gDevType;
uint64_t gESTS;

Expand Down
7 changes: 0 additions & 7 deletions src/kernel/main_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
#include <aes/aes_private.h>
#include <recfg/recfg_soc_private.h>

boot_args * gBootArgs;
void* gEntryPoint;

extern volatile char gBootFlag;
dt_node_t *gDeviceTree;
uint64_t gIOBase;

void shell_main();

/*
Expand Down

0 comments on commit 05fb962

Please sign in to comment.