search for: 0df6c77

Displaying 1 result from an estimated 1 matches for "0df6c77".

Did you mean: 0d36c87
2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
...ust a sprinkling of comments adding further description to the code. --- memdisk/memdisk.inc | 34 +++++++++++++++++++++------------- memdisk/postprocess.pl | 6 ++++-- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc index 1e2076b..0df6c77 100644 --- a/memdisk/memdisk.inc +++ b/memdisk/memdisk.inc @@ -36,6 +36,7 @@ %endif ; DEBUG_TRACERS +; Flags we test our configuration against %define CONFIG_READONLY 0x01 %define CONFIG_RAW 0x02 %define CONFIG_SAFEINT 0x04 @@ -104,6 +105,8 @@ Int13Start: xor dl,[cs:DriveNo] pop dx...