diff --git a/playground/openEuler-Exp/KADC2024/Code/helloworld.cpp b/playground/oexp/kadc2024/Code/helloworld.cpp similarity index 100% rename from playground/openEuler-Exp/KADC2024/Code/helloworld.cpp rename to playground/oexp/kadc2024/Code/helloworld.cpp diff --git a/playground/openEuler-Exp/KADC2024/Images/TigerVNC-Viewer.png b/playground/oexp/kadc2024/Images/TigerVNC-Viewer.png similarity index 100% rename from playground/openEuler-Exp/KADC2024/Images/TigerVNC-Viewer.png rename to playground/oexp/kadc2024/Images/TigerVNC-Viewer.png diff --git a/playground/openEuler-Exp/KADC2024/Images/VNC-Viewer-Connection.png b/playground/oexp/kadc2024/Images/VNC-Viewer-Connection.png similarity index 100% rename from playground/openEuler-Exp/KADC2024/Images/VNC-Viewer-Connection.png rename to playground/oexp/kadc2024/Images/VNC-Viewer-Connection.png diff --git a/playground/openEuler-Exp/KADC2024/Images/VNC-authentication.png b/playground/oexp/kadc2024/Images/VNC-authentication.png similarity index 100% rename from playground/openEuler-Exp/KADC2024/Images/VNC-authentication.png rename to playground/oexp/kadc2024/Images/VNC-authentication.png diff --git a/playground/openEuler-Exp/KADC2024/Images/Windows-Key.png b/playground/oexp/kadc2024/Images/Windows-Key.png similarity index 100% rename from playground/openEuler-Exp/KADC2024/Images/Windows-Key.png rename to playground/oexp/kadc2024/Images/Windows-Key.png diff --git a/playground/openEuler-Exp/KADC2024/Images/hello-world.png b/playground/oexp/kadc2024/Images/hello-world.png similarity index 100% rename from playground/openEuler-Exp/KADC2024/Images/hello-world.png rename to playground/oexp/kadc2024/Images/hello-world.png diff --git a/playground/openEuler-Exp/KADC2024/Images/kadc2024.jpg b/playground/oexp/kadc2024/Images/kadc2024.jpg similarity index 100% rename from playground/openEuler-Exp/KADC2024/Images/kadc2024.jpg rename to playground/oexp/kadc2024/Images/kadc2024.jpg diff --git a/playground/openEuler-Exp/KADC2024/Images/kdb-connection.png b/playground/oexp/kadc2024/Images/kdb-connection.png similarity index 100% rename from playground/openEuler-Exp/KADC2024/Images/kdb-connection.png rename to playground/oexp/kadc2024/Images/kdb-connection.png diff --git a/playground/openEuler-Exp/KADC2024/Images/xterm_logo.png b/playground/oexp/kadc2024/Images/xterm_logo.png similarity index 100% rename from playground/openEuler-Exp/KADC2024/Images/xterm_logo.png rename to playground/oexp/kadc2024/Images/xterm_logo.png diff --git a/playground/openEuler-Exp/KADC2024/Images/yum-install-qt5-all.png b/playground/oexp/kadc2024/Images/yum-install-qt5-all.png similarity index 100% rename from playground/openEuler-Exp/KADC2024/Images/yum-install-qt5-all.png rename to playground/oexp/kadc2024/Images/yum-install-qt5-all.png diff --git a/playground/openEuler-Exp/KADC2024/Images/yum-install-qt5.png b/playground/oexp/kadc2024/Images/yum-install-qt5.png similarity index 100% rename from playground/openEuler-Exp/KADC2024/Images/yum-install-qt5.png rename to playground/oexp/kadc2024/Images/yum-install-qt5.png diff --git a/playground/openEuler-Exp/KADC2024/KADC2024.md b/playground/oexp/kadc2024/KADC2024.md similarity index 100% rename from playground/openEuler-Exp/KADC2024/KADC2024.md rename to playground/oexp/kadc2024/KADC2024.md diff --git a/playground/openEuler-Exp/openEuler-KMP/openEuler-KMP.md b/playground/oexp/kmp/openEuler-KMP.md similarity index 100% rename from playground/openEuler-Exp/openEuler-KMP/openEuler-KMP.md rename to playground/oexp/kmp/openEuler-KMP.md diff --git a/playground/openEuler-Exp/openEuler-KMP/src/hello-world/Makefile b/playground/oexp/kmp/src/hello-world/Makefile similarity index 79% rename from playground/openEuler-Exp/openEuler-KMP/src/hello-world/Makefile rename to playground/oexp/kmp/src/hello-world/Makefile index 754dc73d272445c3e301dfaba00a7661c675cde9..b0634051f7196e0ac353ab5e04188d52b99d6d22 100644 --- a/playground/openEuler-Exp/openEuler-KMP/src/hello-world/Makefile +++ b/playground/oexp/kmp/src/hello-world/Makefile @@ -9,4 +9,4 @@ default: .PHONY:clean clean: - rm -f *.ko *.mod.c *.o *.order *.symvers + rm -f *.ko *.mod *.mod.? *.o *.order *.symvers diff --git a/playground/openEuler-Exp/openEuler-KMP/src/hello-world/cmdline.sh b/playground/oexp/kmp/src/hello-world/cmdline.sh similarity index 100% rename from playground/openEuler-Exp/openEuler-KMP/src/hello-world/cmdline.sh rename to playground/oexp/kmp/src/hello-world/cmdline.sh diff --git a/playground/openEuler-Exp/openEuler-KMP/src/hello-world/hello_world.c b/playground/oexp/kmp/src/hello-world/hello_world.c similarity index 100% rename from playground/openEuler-Exp/openEuler-KMP/src/hello-world/hello_world.c rename to playground/oexp/kmp/src/hello-world/hello_world.c diff --git a/playground/openEuler-Exp/openEuler-KMP/src/m2/Makefile b/playground/oexp/kmp/src/m2/Makefile similarity index 76% rename from playground/openEuler-Exp/openEuler-KMP/src/m2/Makefile rename to playground/oexp/kmp/src/m2/Makefile index a717a00982cdfd2fb27c52f472d9d7e300476e2f..d8d77239369c111b6b6ee310bda0721c03c5c19c 100644 --- a/playground/openEuler-Exp/openEuler-KMP/src/m2/Makefile +++ b/playground/oexp/kmp/src/m2/Makefile @@ -6,4 +6,4 @@ PWD := $(shell pwd) all: make -C $(KDIR) M=$(PWD) modules clean: - rm -f *.ko *.mod.c *.o *.order *.symvers + rm -f *.ko *.mod *.mod.? *.o *.order *.symvers diff --git a/playground/openEuler-Exp/openEuler-KMP/src/m2/cmdline.sh b/playground/oexp/kmp/src/m2/cmdline.sh similarity index 100% rename from playground/openEuler-Exp/openEuler-KMP/src/m2/cmdline.sh rename to playground/oexp/kmp/src/m2/cmdline.sh diff --git a/playground/openEuler-Exp/openEuler-KMP/src/m2/module_1.c b/playground/oexp/kmp/src/m2/module_1.c similarity index 100% rename from playground/openEuler-Exp/openEuler-KMP/src/m2/module_1.c rename to playground/oexp/kmp/src/m2/module_1.c diff --git a/playground/openEuler-Exp/openEuler-KMP/src/m2/module_2.c b/playground/oexp/kmp/src/m2/module_2.c similarity index 100% rename from playground/openEuler-Exp/openEuler-KMP/src/m2/module_2.c rename to playground/oexp/kmp/src/m2/module_2.c diff --git a/playground/openEuler-Exp/openEuler-SEE/code/abc.c b/playground/oexp/see/code/abc.c similarity index 100% rename from playground/openEuler-Exp/openEuler-SEE/code/abc.c rename to playground/oexp/see/code/abc.c diff --git a/playground/openEuler-Exp/openEuler-SEE/code/add.c b/playground/oexp/see/code/add.c similarity index 100% rename from playground/openEuler-Exp/openEuler-SEE/code/add.c rename to playground/oexp/see/code/add.c diff --git a/playground/openEuler-Exp/openEuler-SEE/code/ch.c b/playground/oexp/see/code/ch.c similarity index 100% rename from playground/openEuler-Exp/openEuler-SEE/code/ch.c rename to playground/oexp/see/code/ch.c diff --git a/playground/openEuler-Exp/openEuler-SEE/code/hello.s b/playground/oexp/see/code/hello.s similarity index 100% rename from playground/openEuler-Exp/openEuler-SEE/code/hello.s rename to playground/oexp/see/code/hello.s diff --git a/playground/openEuler-Exp/openEuler-SEE/openEuler-SEE.md b/playground/oexp/see/openEuler-SEE.md similarity index 100% rename from playground/openEuler-Exp/openEuler-SEE/openEuler-SEE.md rename to playground/oexp/see/openEuler-SEE.md