Konamiman / Nextor

A disk operating system for MSX computers, forked from MSX-DOS 2.31
Other
183 stars 33 forks source link

With Nextor call (_RDDRV, 73h) partitions can't be accesible #10

Closed bladeba closed 5 years ago

bladeba commented 5 years ago

After a call to read absolute sector (_RDDRV, 73h) in a partitioned device, if you try to search for "Next FIB", the partition won't be accesible anymore...

That doesn't happen with a DISK-IO (4160h) call with the (_CDRVR, 7Bh) Nextor's call.

Konamiman commented 5 years ago

I can't reproduce this. Can you please send me some example code that causes the bug? Also, what is the disk transfer address when you use this function call?

bladeba commented 5 years ago

https://github.com/bladeba/MSX/blob/master/Test_routines/prueba_particion.asm

El dom., 20 ene. 2019 a las 18:21, Néstor Soriano (notifications@github.com) escribió:

I can't reproduce this. Can you please send me some example code that causes the bug? Also, what is the disk transfer address when you use this function call?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Konamiman/Nextor/issues/10#issuecomment-455884762, or mute the thread https://github.com/notifications/unsubscribe-auth/Ahv9FIwT7i7ZTMyACL3lsr_Iu9JKmyq-ks5vFKWTgaJpZM4ZLxmN .

Konamiman commented 5 years ago

That code works fine for me. I need more details: what is the exact configuration of the system you are using? (hardware, partitions mapping)

bladeba commented 5 years ago

COnfiguraton:

El mié., 23 ene. 2019 a las 15:27, Néstor Soriano (notifications@github.com) escribió:

That code works fine for me. I need more details: what is the exact configuration of the system you are using? (hardware, partitions mapping)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Konamiman/Nextor/issues/10#issuecomment-456820804, or mute the thread https://github.com/notifications/unsubscribe-auth/Ahv9FMjf-60LZ8YLOlQqUiis724w-zXQks5vGHFVgaJpZM4ZLxmN .

Konamiman commented 5 years ago

Fixed in v2.1.0 beta 2