diff --git a/src/memtest.inc b/src/utils.inc similarity index 51% rename from src/memtest.inc rename to src/utils.inc index ee8ab83..c41e3c6 100644 --- a/src/memtest.inc +++ b/src/utils.inc @@ -1,7 +1,8 @@ -; CHIBI PC-09 Prototype #1 -- Memory Testing Routines Header +; CHIBI PC-09 Prototype #1 -- BIOS Utilities Header ; Copyright (c) 2025 Amber Zeller, Gale Faraday ; Licensed under MIT ; vim: ft=asm -RAMTEST IMPORT +ROBIT IMPORT +PRINTVER IMPORT