did some stuff, will probably refactor later
This commit is contained in:
parent
10ee4fcbd9
commit
bc4ec556e2
46 changed files with 1013 additions and 35635 deletions
|
@ -29,6 +29,9 @@
|
|||
#define UNREACHABLE() __builtin_unreachable()
|
||||
#endif
|
||||
|
||||
// TODO: This is hacky
|
||||
#define axboot_halt() while (1);
|
||||
|
||||
void axboot_init(void);
|
||||
|
||||
#endif /* _AXBOOT_H */
|
Loading…
Add table
Add a link
Reference in a new issue