diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-05-23 23:55:17 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-05-23 23:55:17 -0500 |
| commit | ba700f0759a59551159e90aff2bd6d547c27179b (patch) | |
| tree | 1c5e98679d0f76be4466b72c1142f3304e3a97d5 /Kernel.PRJ | |
| parent | 04d039d43164f48f5266d32e783d11f166b6161c (diff) | |
TOSFloppy_2025-04-20T2103-0500.zip2025-04-20
This was the second and final Discord release of the TempleOS floppy
disk controller driver, released April 20, 2025.
This release saw mainly structure changes, plus the addition of a
license file (the code, at this point, is licensed under Do What The
Fuck You Want To Public License, version 2.0).
Diffstat (limited to 'Kernel.PRJ')
| -rw-r--r-- | Kernel.PRJ | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/Kernel.PRJ b/Kernel.PRJ deleted file mode 100644 index 158b096..0000000 --- a/Kernel.PRJ +++ /dev/null @@ -1,63 +0,0 @@ -//Compile this by calling $LK,"BootHDIns",A="MN:BootHDIns"$(). -//Don't do it directly. See $LK,"Cmp(\"/Kernel/Kernel\")",A="FF:::/Adam/Opt/Boot/BootHDIns.HC,Cmp(\"/Kernel/Kernel\""$. - -#exe { - Cd(__DIR__);; - Option(OPTf_WARN_PAREN,ON); - Option(OPTf_WARN_DUP_TYPES,ON); - #include "KCfg" - CKCfg *kernel_cfg; - kernel_cfg=KCfgNew; -}; - -#include "KernelA.HH" -#include "KStart16" -#include "KStart32" -#include "KStart64" -#include "KMathA" -#include "KUtils" -#exe {Option(OPTf_KEEP_PRIVATE,ON);}; -#include "/Compiler/CompilerA.HH" -#exe {Option(OPTf_EXTERNS_TO_IMPORTS,ON);}; -#include "/Compiler/CompilerB.HH" -#exe {Option(OPTf_EXTERNS_TO_IMPORTS,OFF);}; -#exe {Option(OPTf_KEEP_PRIVATE,OFF);}; -#include "KernelB.HH" -#include "KExts" -#include "StrA" -#include "KGlbls" -#include "KMathB" -#include "Sched" -#include "Mem/MakeMem" -#include "FontStd" -#include "FontCyrillic" -#include "StrB" -#include "KHashA" -#include "KInts" -#include "KDataTypes" -#include "Compress" -#include "KHashB" -#include "KLoad" -#include "KDate" -#include "StrPrint" -#include "StrScan" -#include "KDefine" -#include "Display" -#include "KMisc" -#include "KDbg" -#include "KeyDev" -#include "KExcept" -#include "SerialDev/MakeSerialDev" -#include "QSort" -#include "KTask" -#include "Job" -#include "PCIBIOS" -#include "MultiProc" -#include "EdLite" -#include "BlkDev/MakeBlkDev" -#include "FunSeg" -#include "KMain" -#include "Floppy.HH" -#include "NewFloppy" - -#exe {KCfgDel(kernel_cfg);}; |
