Fix: on board

This commit is contained in:
2025-03-18 09:25:48 +08:00
parent be5045fde1
commit c0e474fa32
7 changed files with 12 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ void main(void *dtb)
uart_puts("waiting for kernel to be sent ..." ENDL);
union {
int size;
int32_t size;
uint8_t buf[4];
} kernel_header;
kernel_header.size = 0;