Files
mm/include/boot.h
T
Tharo 06b06ab507 Check in makerom files (#1758)
* Check in makerom files

* Fix disasm for asm files in src
2024-12-22 15:48:13 -08:00

7 lines
69 B
C

#ifndef BOOT_H
#define BOOT_H
#define BOOT_STACK_SIZE 0x400
#endif