Initial snapshot
This commit is contained in:
commit
fee4dd4e6d
373 changed files with 62144 additions and 0 deletions
31
export/behaviours/sets/k0.yml
Normal file
31
export/behaviours/sets/k0.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
#
|
||||
# ---------- information ------------------------------------------------------
|
||||
#
|
||||
# this set of operations removes parts of the source code in order for
|
||||
# students to undertake the k0 project.
|
||||
#
|
||||
|
||||
#
|
||||
# boot
|
||||
#
|
||||
-
|
||||
operation: fremove
|
||||
path: boot/strap
|
||||
|
||||
-
|
||||
operation: fremove
|
||||
path: boot/loader/ibm-pc.ia32
|
||||
|
||||
-
|
||||
operation: mkdir
|
||||
path: boot/loader/ibm-pc.ia32/educational
|
||||
|
||||
-
|
||||
operation: freplace
|
||||
src: export/data/snapshot/boot/loader/ibm-pc.ia32/educational/Makefile
|
||||
dst: boot/loader/ibm-pc.ia32/educational/Makefile
|
||||
|
||||
-
|
||||
operation: freplace
|
||||
src: export/data/snapshot/boot/loader/ibm-pc.ia32/educational/loader
|
||||
dst: boot/loader/ibm-pc.ia32/educational/loader
|
||||
Reference in a new issue