repo.or.cz
/
minix3-old.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added lance entry to drivers.conf.
[minix3-old.git]
/
drivers
/
memory
/
imgrd_s.s
blob
08e4e030f592d7840ea5a2e3f82f9fdb3be77f3d
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]