This file is indexed.

/usr/share/z88dk/lib/map.def is in z88dk-data 1.8.ds1-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
lstoff

; Standard Z88	Operating	System manifests:

; The information below is defined	in Developers Notes, release 3.00
; (c) Cambridge Computer	1989-95

; Graphic	area	(map) control

	DEFC	Os_Map  =	$F406	; Map control

	DEFC	MP_WR   =	$01		; write a	line	to the map
	DEFC	MP_DEF  =	$02		; define a map	using Panel width
	DEFC	MP_GRA  =	$03		; define a map	of specific width
	DEFC	MP_DEL  =	$04		; delete a map

lston