add target disk params
This commit is contained in:
parent
ed9ac96552
commit
b8b49b5ce6
1 changed files with 8 additions and 0 deletions
8
src/test_disk_target.s
Normal file
8
src/test_disk_target.s
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# template file for disk parameters
|
||||
# this will target disk 1
|
||||
|
||||
.section .rodata
|
||||
disk_id: .word 1
|
||||
disk_heads: .word 16
|
||||
disk_cylinders: .word 519
|
||||
disk_sectors: .word 64
|
||||
Loading…
Add table
Reference in a new issue