source: trunk/minix/drivers/memory/imgrd_s.s@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 223 bytes
Line 
1#
2.sect .text; .sect .rom; .sect .data
3
4! export symbols
5.define _imgrd, _imgrd_size
6
7.sect .data
8_imgrd:
90:
10#include "ramdisk/image.s"
111:
12
13! Use local labels to compute the size of _imgrd.
14_imgrd_size:
15 .data4 [1b] - [0b]
Note: See TracBrowser for help on using the repository browser.