Skip to content

Commit 44f3420

Browse files
CristianSLazarteodutu
authored andcommitted
data/guides: Created dedicated guide folder for support files
Created `static-dynamic` guide folder and moved assosiated files to it. Modified references to it in `.md` files. Signed-off-by: Cristian-Stefan Lazar <[email protected]>
1 parent 446aab4 commit 44f3420

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

chapters/data/process-memory/reading/process-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The operating system allocates memory in chunks of a predefined size (in our cas
9494

9595
We want to see the difference in memory layout between the statically-linked and dynamically-linked executables.
9696

97-
Enter the `chapters/data/process-memory/drills/tasks/static-dynamic/support` directory and build the statically-linked and dynamically-linked executables `hello-static` and `hello-dynamic`:
97+
Enter the `chapters/data/working-with-memory/guides/static-dynamic/support` directory and build the statically-linked and dynamically-linked executables `hello-static` and `hello-dynamic`:
9898

9999
```console
100100
student@os:~/.../drills/tasks/static-dynamic/support$ make

chapters/data/process-memory/drills/tasks/static-dynamic/.gitignore renamed to chapters/data/working-with-memory/guides/static-dynamic/.gitignore

File renamed without changes.

chapters/data/process-memory/drills/tasks/static-dynamic/support/Makefile renamed to chapters/data/working-with-memory/guides/static-dynamic/support/Makefile

File renamed without changes.

chapters/data/process-memory/drills/tasks/static-dynamic/support/hello.c renamed to chapters/data/working-with-memory/guides/static-dynamic/support/hello.c

File renamed without changes.

chapters/data/process-memory/drills/tasks/static-dynamic/support/utils/log/CPPLINT.cfg renamed to chapters/data/working-with-memory/guides/static-dynamic/support/utils/log/CPPLINT.cfg

File renamed without changes.

chapters/data/process-memory/drills/tasks/static-dynamic/support/utils/log/log.c renamed to chapters/data/working-with-memory/guides/static-dynamic/support/utils/log/log.c

File renamed without changes.

chapters/data/process-memory/drills/tasks/static-dynamic/support/utils/log/log.h renamed to chapters/data/working-with-memory/guides/static-dynamic/support/utils/log/log.h

File renamed without changes.

chapters/data/process-memory/drills/tasks/static-dynamic/support/utils/utils.h renamed to chapters/data/working-with-memory/guides/static-dynamic/support/utils/utils.h

File renamed without changes.

0 commit comments

Comments
 (0)