From edd15150f34b040d5ab68a1b418705c0de895a1e Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Sat, 20 Jun 2026 20:00:32 -0500 Subject: Re-arrange patch files Some of the patches are applied to files in subdirectories of ::/Kernel and ::/Adam. The directory tree has been re-arranged in such a way as to allow them to be #included without having the compiler backtrack to their parent directory. --- Adam/ABlkDev/Patches/Mount2VarsFDC2.HC | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Adam/ABlkDev/Patches/Mount2VarsFDC2.HC (limited to 'Adam/ABlkDev/Patches/Mount2VarsFDC2.HC') diff --git a/Adam/ABlkDev/Patches/Mount2VarsFDC2.HC b/Adam/ABlkDev/Patches/Mount2VarsFDC2.HC new file mode 100644 index 0000000..d148a83 --- /dev/null +++ b/Adam/ABlkDev/Patches/Mount2VarsFDC2.HC @@ -0,0 +1,7 @@ +// PATCH: Add two new Bools for floppy configuration +// FILE: ::/Adam/ABlkDev/Mount.HC +// TO INSTALL: Comment out the old Bool declaration. +// THEN: #include this file after it. +// ADAM PATCH: Must be installed after kernel patches! + +Bool whole_drv,make_free,defaults=FALSE; \ No newline at end of file -- cgit v1.2.3