Adjusting LinkCableMultiboot rom length

This commit is contained in:
Rodrigo Alfonso
2024-02-04 23:17:02 -03:00
parent 7c6191cebe
commit 4d03d0c729

View File

@@ -31,7 +31,7 @@ int main() {
// Hardcoded ROM length
// This is optional, you could also use `LINK_CABLE_MULTIBOOT_MAX_ROM_SIZE`
// (but the transfer will be painfully slow)
u32 romSize = 64880;
u32 romSize = 39264;
// Note that this project's Makefile pads the ROM to a 0x10 boundary
// (as required for Multiboot).