comparison defs/mc09.d @ 3196:1021e0cdddd6

mc09: Fix up Bt.Start (different between Level 1 and Level 2) As well as Bt.Track (34 if it's anything for this system).
author Neal Crook <foofoobedoo@gmail.com>
date Fri, 02 Jun 2017 22:14:13 +0100
parents 6eb2edad80d8
children f248546159b7
comparison
equal deleted inserted replaced
3195:6eb2edad80d8 3196:1021e0cdddd6
267 A.V5 SET $FFC5 267 A.V5 SET $FFC5
268 A.V6 SET $FFC6 268 A.V6 SET $FFC6
269 A.V7 SET $FFC7 269 A.V7 SET $FFC7
270 270
271 *********************************** 271 ***********************************
272 * Needed for building generic tools 272 * Needed for building generic tools
273 Bt.Size EQU $1080 Maximum size of bootfile
274 Bt.Track EQU 34 Boot track
275 Bt.Sec EQU 0 Start LSN of boot area on boot track
276
277
278 IFEQ Level-1
279
280 *************************************************
281 *
282 * NitrOS-9 Level 1 Section
283 *
284 *************************************************
285
286 * Needed for boot
273 Bt.Start EQU $EE00 Address of boot track in memory 287 Bt.Start EQU $EE00 Address of boot track in memory
274 Bt.Size EQU $1080 Maximum size of bootfile 288
275 Bt.Track EQU 0 Boot track 289 HW.Page SET $FF Device descriptor hardware page
276 Bt.Sec EQU 0 Start LSN of boot area on boot track 290
277 291 ELSE
278
279 IFEQ Level-1
280 292
281 ************************************************* 293 *************************************************
282 * 294 *
283 * NitrOS-9 Level 1 Section 295 * NitrOS-9 Level 2 Section
284 * 296 *
285 ************************************************* 297 *************************************************
286 298
287 HW.Page SET $FF Device descriptor hardware page 299 * Needed for boot
288 300 Bt.Start EQU $ED00 Address of boot track in memory
289 ELSE
290
291 *************************************************
292 *
293 * NitrOS-9 Level 2 Section
294 *
295 *************************************************
296 301
297 **************************************** 302 ****************************************
298 * Dynamic Address Translator Definitions 303 * Dynamic Address Translator Definitions
299 * 304 *
300 DAT.BlCt EQU 8 D.A.T. blocks/address space 305 DAT.BlCt EQU 8 D.A.T. blocks/address space