Added lance entry to drivers.conf.
[minix3-old.git] / drivers / memory / imgrd_s.s
blob08e4e030f592d7840ea5a2e3f82f9fdb3be77f3d
2 .sect .text; .sect .rom; .sect .data
4 ! export symbols
5 .define _imgrd, _imgrd_size
7 .sect .data
8 _imgrd:
9 0:
10 #include "ramdisk/image.s"
13 ! Use local labels to compute the size of _imgrd.
14 _imgrd_size:
15 .data4 [1b] - [0b]