From 06c0229e77f18e28006da06a6fa49c1d8091619d Mon Sep 17 00:00:00 2001 From: neverbot Date: Mon, 2 Sep 2024 21:15:46 +0200 Subject: [PATCH] chore: minor changes in documents --- docs/install/compile/readme.md | 3 ++- docs/install/config.example.dgd | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/compile/readme.md b/docs/install/compile/readme.md index 23dd6ae7..ef513d19 100644 --- a/docs/install/compile/readme.md +++ b/docs/install/compile/readme.md @@ -24,7 +24,8 @@ As you can see, the DGD project is a fork from [the original](https://github.com in `dgd/src/Makefile`. * Change the inner working of the `restore_object` kfun, so it does not reset all non-static variables that do not hold object - values when restoring the object. This is the default mode in MudOS. + values when restoring the object. This is the default mode in MudOS. To change this, + in the file `src/kfun/file.cpp` there are some lines commented in the function `kf_restore_object`. ### Compile the driver diff --git a/docs/install/config.example.dgd b/docs/install/config.example.dgd index 5d06525a..39cb662b 100644 --- a/docs/install/config.example.dgd +++ b/docs/install/config.example.dgd @@ -8,7 +8,6 @@ editors = 40; /* max # of editor sessions */ ed_tmpfile = "../mudlib/tmp/ed"; /* proto editor tmpfile */ swap_file = "../mudlib/tmp/swap"; /* swap file */ swap_size = 4096; /* # sectors in swap file */ -cache_size = 50; /* # sectors in swap cache */ sector_size = 512; /* swap sector size */ swap_fragment = 32; /* fragment to swap out */ static_chunk = 64512; /* static memory chunk */