From: Alan Cox Date: Thu, 4 Jun 2015 18:43:52 +0000 (+0100) Subject: dragon-nx-32: kernel.def for the IDE ports X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=712296e11518ce4d1628fdcce597a786cff0604e;p=FUZIX.git dragon-nx-32: kernel.def for the IDE ports --- diff --git a/Kernel/platform-dragon-nx32/kernel.def b/Kernel/platform-dragon-nx32/kernel.def index 3fe256f4..d20ce28e 100644 --- a/Kernel/platform-dragon-nx32/kernel.def +++ b/Kernel/platform-dragon-nx32/kernel.def @@ -8,6 +8,9 @@ U_DATA_STASH equ 0xFC00 ; FC00-FEFF VIDEO_BASE equ 0x0400 ; 6K for the display VIDEO_END equ 0x1C00 +IDEDATA equ 0xFF50 +IDEDATA_L equ 0xFF58 + PROGBASE equ 0x8000 ; programs and data start here ; Have these defined so that lowlevel-6809.s can be used as-is