mirror of
https://github.com/ksherlock/minix.fst.git
synced 2025-08-15 14:27:25 +00:00
updated constants
This commit is contained in:
@@ -82,7 +82,7 @@ class1
|
|||||||
rtl
|
rtl
|
||||||
|
|
||||||
class0
|
class0
|
||||||
ldx #(5-1)*4
|
ldx #volume_dcb_0_size-4
|
||||||
dispatch volume_dcb_0
|
dispatch volume_dcb_0
|
||||||
lda tool_error
|
lda tool_error
|
||||||
|
|
||||||
@@ -97,6 +97,7 @@ volume_dcb_0
|
|||||||
dc.w VolumeRec.totalBlocks, do_total_blocks
|
dc.w VolumeRec.totalBlocks, do_total_blocks
|
||||||
dc.w VolumeRec.freeBlocks, do_free_blocks
|
dc.w VolumeRec.freeBlocks, do_free_blocks
|
||||||
dc.w VolumeRec.fileSysID, do_file_sys_id
|
dc.w VolumeRec.fileSysID, do_file_sys_id
|
||||||
|
volume_dcb_0_size equ *-volume_dcb_0
|
||||||
|
|
||||||
volume_dcb_1
|
volume_dcb_1
|
||||||
dc.w VolumeRecGS.devName, do_ignore
|
dc.w VolumeRecGS.devName, do_ignore
|
||||||
|
Reference in New Issue
Block a user