source:
trunk/minix/drivers/memory/imgrd_s.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 223 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | # |
2 | .sect .text; .sect .rom; .sect .data | |
3 | ||
4 | ! export symbols | |
5 | .define _imgrd, _imgrd_size | |
6 | ||
7 | .sect .data | |
8 | _imgrd: | |
9 | 0: | |
10 | #include "ramdisk/image.s" | |
11 | 1: | |
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.