Open eekee opened 3 days ago
Hi,
Thank you for the info. I will think it over. Currently I am rewriting the HDAudio-driver in FORTH. Then, I will rewrite the USB-drivers in FORTH too. Note that there will be an ASM folder, that will contain the original assembly code of the drivers (HDAudio and USB). I am just sharing this info with you, so that you know that I am not bored :-)
On Tue, Nov 26, 2024 at 5:40 PM Ethan Gardener @.***> wrote:
% grep '~' build* build.sh:cp output/file.img ~ buildAll.sh:cp output/file.img ~ buildMBR.sh:cp output/mbr.bin ~
This is bad. :) Different people organize their files differently, so copying to ~ could annoy people very much, especially with such generic filenames.
What to do about it? Well, maybe just remove the copy commands. Users can write their own convenience scripts.
— Reply to this email directly, view it on GitHub https://github.com/MrBig321/zzzForth/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/BMVUEC4KV3ZC5WI5BD5VI3L2CSQBVAVCNFSM6AAAAABSQ35PF6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGY4TKMZTGEZDAOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
% grep '~' build* build.sh:cp output/file.img ~ buildAll.sh:cp output/file.img ~ buildMBR.sh:cp output/mbr.bin ~
This is bad. :) Different people organize their files differently, so copying to ~ could annoy people very much, especially with such generic filenames.
What to do about it? Well, maybe just remove the copy commands. Users can write their own convenience scripts.