Initial snapshot
This commit is contained in:
commit
fee4dd4e6d
373 changed files with 62144 additions and 0 deletions
52
export/behaviours/sets/k1.yml
Normal file
52
export/behaviours/sets/k1.yml
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
#
|
||||
# ---------- information ------------------------------------------------------
|
||||
#
|
||||
# this set of operations removes parts of the source code in order for
|
||||
# students to undertake the k1 project.
|
||||
#
|
||||
|
||||
#
|
||||
# glue
|
||||
#
|
||||
-
|
||||
operation: freplace
|
||||
src: export/data/snapshot/kaneton/machine/glue/ibm-pc.ia32/educational/event.c
|
||||
dst: kaneton/machine/glue/ibm-pc.ia32/educational/event.c
|
||||
|
||||
-
|
||||
operation: freplace
|
||||
src: export/data/snapshot/kaneton/machine/glue/ibm-pc.ia32/educational/include/event.h
|
||||
dst: kaneton/machine/glue/ibm-pc.ia32/educational/include/event.h
|
||||
|
||||
#
|
||||
# architecture
|
||||
#
|
||||
-
|
||||
operation: freplace
|
||||
src: export/data/snapshot/kaneton/machine/architecture/ia32/educational/handler.c
|
||||
dst: kaneton/machine/architecture/ia32/educational/handler.c
|
||||
|
||||
-
|
||||
operation: freplace
|
||||
src: export/data/snapshot/kaneton/machine/architecture/ia32/educational/include/handler.h
|
||||
dst: kaneton/machine/architecture/ia32/educational/include/handler.h
|
||||
|
||||
-
|
||||
operation: freplace
|
||||
src: export/data/snapshot/kaneton/machine/architecture/ia32/educational/idt.c
|
||||
dst: kaneton/machine/architecture/ia32/educational/idt.c
|
||||
|
||||
-
|
||||
operation: freplace
|
||||
src: export/data/snapshot/kaneton/machine/architecture/ia32/educational/include/idt.h
|
||||
dst: kaneton/machine/architecture/ia32/educational/include/idt.h
|
||||
|
||||
-
|
||||
operation: freplace
|
||||
src: export/data/snapshot/kaneton/machine/architecture/ia32/educational/environment.c
|
||||
dst: kaneton/machine/architecture/ia32/educational/environment.c
|
||||
|
||||
-
|
||||
operation: freplace
|
||||
src: export/data/snapshot/kaneton/machine/architecture/ia32/educational/context.c
|
||||
dst: kaneton/machine/architecture/ia32/educational/context.c
|
||||
Reference in a new issue