diff options
author | mcsim <mcsim@web> | 2012-02-10 18:58:34 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2012-02-10 18:58:34 +0100 |
commit | 28b6ef01b5e42b93b1969a357e47367fd03d3d8a (patch) | |
tree | 3d45f34eb6cdf1497d7aab9ecdd765022c504313 | |
parent | b18b71b23f559935039d885f257146237437d98b (diff) |
-rw-r--r-- | user/Maksym_Planeta.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/Maksym_Planeta.mdwn b/user/Maksym_Planeta.mdwn index a67068d1..a0a9c788 100644 --- a/user/Maksym_Planeta.mdwn +++ b/user/Maksym_Planeta.mdwn @@ -184,6 +184,14 @@ For debugging ext2fs: settrans --active --orphan ramdisk0 /usr/bin/env LD_LIBRARY_PATH="$PWD"/lib utils/rpctrace -I /usr/share/msgids/ \ ext2fs/ext2fs.static ramdisk0 +How to install fsx<a id="fsx_install"/>. Get fsx sources using this link: http://codemonkey.org.uk/projects/fsx/fsx-linux.c Than add following line somewhere in code: + + #define msync(...) 0 + +To compile fsx you may use following line: + + gcc fsx-hurd.c -o fsx -Dlinux -g3 -O0 + #Questions 1. What are sequence numbers? What are they used for? |