first version, data for SCSI container

This commit is contained in:
Laurent Vivier 2004-12-03 00:23:49 +00:00
parent c113ea06f9
commit 1cf536bfa9

18
second/container.S Normal file
View File

@ -0,0 +1,18 @@
/*
*
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
*
*/
#define SCSI_MAX_BLOCKS 128
.section .rodata
.align 4
.global scsi_container
scsi_container:
_unit_id: .short 0
_block_size: .short 0
_max_blocks: .long SCSI_MAX_BLOCKS
_blocks: .fill SCSI_MAX_BLOCKS * 6, 0