z280rc: note zz80rc difference
authorAlan Cox <alan@linux.intel.com>
Mon, 3 Sep 2018 20:18:14 +0000 (21:18 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 3 Sep 2018 20:18:14 +0000 (21:18 +0100)
Kernel/platform-z280rc/crt0.s

index d93868a..b2ddef0 100644 (file)
                ; We are executed as a CP/M task identity mapped into the
                ; low 64K. Nice and simple. We just expand ourselves all
                ; over CP/M and take over.
+               ;
+               ; If we also want to support ZZ80RC we need to rework
+               ; stuff a bit because it has page 0 borrowed for the
+               ; firmware and reboot so we can't use it. Also it starts
+               ; with the MMU already on and us mapped differently.
 start:
                di
                ld sp, #kstack_top