inlined isp calc to make nde.ks standalone.

This commit is contained in:
Gabe Venberg 2025-05-14 11:00:45 +02:00
parent c8a839b49c
commit fff3f847a6
4 changed files with 19 additions and 14 deletions

3
boot/loadprograms.ks Normal file
View file

@ -0,0 +1,3 @@
if not exists("1:/nde.ksm") {
compile "0:/nde.ks" to "1:/nde.ksm".
}