This repository has been archived on 2021-03-01. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
kaneton/export/behaviours/sets/k3.yml
Mercier Pierre-Olivier fee4dd4e6d Initial snapshot
2013-02-11 22:04:30 +01:00

40 lines
1 KiB
YAML

#
# ---------- information ------------------------------------------------------
#
# this set of operations removes parts of the source code in order for
# students to undertake the k3 project.
#
#
# core
#
-
operation: freplace
src: export/data/snapshot/kaneton/core/scheduler/scheduler-mfq.c
dst: kaneton/core/scheduler/scheduler-mfq.c
-
operation: freplace
src: export/data/snapshot/kaneton/core/include/scheduler.h
dst: kaneton/core/include/scheduler.h
#
# glue
#
-
operation: freplace
src: export/data/snapshot/kaneton/machine/glue/ibm-pc.ia32/educational/scheduler.c
dst: kaneton/machine/glue/ibm-pc.ia32/educational/scheduler.c
#
# architecture
#
-
operation: freplace
src: export/data/snapshot/kaneton/machine/architecture/ia32/educational/context.c
dst: kaneton/machine/architecture/ia32/educational/context.c
-
operation: freplace
src: export/data/snapshot/kaneton/machine/architecture/ia32/educational/include/context.h
dst: kaneton/machine/architecture/ia32/educational/include/context.h