Add KBOOT.

This commit is contained in:
László Monda
2016-08-10 01:45:15 +02:00
commit e6c1fce5b4
9392 changed files with 3751375 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
sources {
demo = extern(0);
}
section (0) {
erase all;
load $A1*, $P1* from demo;
// jump to entry point
jump demo;
}