v8080: remove some debug and add a dependency
authorAlan Cox <alan@linux.intel.com>
Mon, 11 Feb 2019 01:47:26 +0000 (01:47 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 11 Feb 2019 01:47:26 +0000 (01:47 +0000)
Kernel/platform-v8080/Makefile
Kernel/platform-v8080/crt0.s

index a983a04..ea4f3bb 100644 (file)
@@ -20,6 +20,8 @@ $(AOBJS): %.o: %.s
 $(COBJS): %.o: %.c
        $(CROSS_CC) $(CROSS_CCOPTS) $<
 
+tricks.s: ../lib/8080fixedbank.s ../lib/8080fixedbank-core.s
+
 clean:
        rm -f $(OBJS) $(JUNK)  core *~ bootblock.bin bootblock
 
index 2535a51..dd18956 100644 (file)
@@ -54,9 +54,6 @@ wipe:
 
         call init_hardware
 
-       mvi a,'E'
-       out 1
-
         call _fuzix_main
         di
 stop:   hlt