Index: Makefile
===================================================================
--- Makefile	(revision 050d522689195ab136c6ab25023fc920eeba251a)
+++ Makefile	(revision cbe2c156749635fbce3d68420b1fafe6d4e5cae4)
@@ -24,5 +24,5 @@
 HEADERS :=		$(wildcard include/*.h)
 
-all:			rom.abs midas.abs
+all:			bios.abs midas.abs
 
 PROLOG_C :=		croot.c
@@ -166,8 +166,8 @@
 				$(CROSS_GCC) $(FLAGS_ASM) -c -o $@ $<
 
-rom.abs:		$(ROM_OBJ) \
+bios.abs:		$(ROM_OBJ) \
 				prolog.a libcio.a vlib.a iolib.a libsm.a lib700.a
 				$(CROSS_GCC) $(FLAGS_LNK) -Wl,--script,misc/rom.ld,--entry,0x100000 \
-				-o rom.abs $(ROM_OBJ) \
+				-o bios.abs $(ROM_OBJ) \
 				prolog.a libcio.a vlib.a iolib.a libsm.a lib700.a -lgcc
 
@@ -233,5 +233,5 @@
 				rm -rf build
 				rm -f prolog.a iolib.a libcio.a libsm.a lib700.a vlib.a
-				rm -f rom.abs midas.abs
+				rm -f bios.abs midas.abs
 				rm -f hatari/c.img
 				rm -f hatari/d/out/*
Index: readme.txt
===================================================================
--- readme.txt	(revision 050d522689195ab136c6ab25023fc920eeba251a)
+++ readme.txt	(revision cbe2c156749635fbce3d68420b1fafe6d4e5cae4)
@@ -94,5 +94,5 @@
 Once you have the cross-toolchain in place, invoke
 
-  make rom.abs
+  make bios.abs
 
 from the top-level directory of this repository to build the BIOS and
@@ -163,6 +163,6 @@
 
 from the top-level directory of the repository. This creates a
-harddrive images from hatari/c and starts the emulator with
-appropriate command line options.
+harddrive image from hatari/c and starts the emulator with appropriate
+command line options.
 
 When the EmuTOS desktop comes up, open the C:\BIN folder and run
@@ -195,5 +195,5 @@
     (.a) files.
 
-  * rom.abs, which is the BIOS and ROMP debug monitor.
+  * bios.abs, which is the BIOS and ROMP debug monitor.
 
   * midas.abs is notably absent. Its object (.o) files are all there,
@@ -205,4 +205,6 @@
     decided to focus our attention on the cross-toolchain instead.
 
-For your convenience, all the .s, .o, and .a files as well as rom.abs
-can be found in the alcyon subdirectory of this repository.
+For your convenience, all the .s, .o, and .a files, as well as
+bios.abs can also be found in the alcyon subdirectory of this
+repository. Just in case you are interested in them, but would prefer
+not to go through the emulator exercise.
