1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-08 18:02:23 +05:30

reverse-ramdisk.c: improve the instructions

This commit is contained in:
Intel A80486DX2-66 2024-06-26 11:47:31 +03:00
parent 95fa449675
commit a748a8ea99
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -10,8 +10,8 @@
* XXX: The current result is quick and dirty. Not for educational or
* production purposes.
*
* GCC/Clang/TCC/LCC: Compile with -DTEST to set macro TEST as defined, and/or
* with -DDEBUG to enable debug mode
* Compile with set macro TEST (using -DTEST) to set macro TEST as defined,
* and/or with set macro DEBUG (using -DDEBUG) to enable debug mode
*
* TODO:XXX: `tf_free`: Do not shift the array, only empty entry
* TODO:XXX: Implement function `tf_finish` to free the array of TempFiles