repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
mvme68k
/
stand
/
bootxx
/
block_x.S
blob
f8426244c1ccfd95e58eb00cd9e234e0ee7c7947
1
/* $NetBSD$ */
2
3
#include <machine/asm.h>
4
#include "bootxx.h"
5
6
.text
7
8
GLOBAL(block_size)
9
.long 512
10
11
GLOBAL(block_count)
12
.long MAXBLOCKNUM
13
14
GLOBAL(block_table)
15
.space (MAXBLOCKNUM * 4)