Skip to content

Commit

Permalink
chore: minor changes in documents
Browse files Browse the repository at this point in the history
  • Loading branch information
neverbot committed Sep 2, 2024
1 parent a84b480 commit 06c0229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/install/compile/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion docs/install/config.example.dgd
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 06c0229

Please sign in to comment.