Changes between Initial Version and Version 1 of Ticket #18717, comment 10


Ignore:
Timestamp:
Jan 6, 2024, 3:49:01 PM (4 months ago)
Author:
axeld

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18717, comment 10

    initial v1  
    1 I use the headers as they come with the Haiku package. But this does not define the correct KDEBUG_LEVEL. I don't use IORequests in that [https://github.com/axeld/driveencryption/blob/master/driver/encrypted_drive.cpp#L426 driver] yet, it uses standard read/write hooks.
     1I use the headers as they come with the Haiku package. But this does not define the correct KDEBUG_LEVEL; I use my own [https://github.com/axeld/driveencryption/blob/master/user_config_headers/kernel_debug_config.h kernel_header_config.h] file for that. I don't use IORequests in that [https://github.com/axeld/driveencryption/blob/master/driver/encrypted_drive.cpp#L426 driver] yet, it uses standard read/write hooks.
     2
     3It does make use of condition variables, though. But any issues there should be fixed by a recompile.