* negative mfs size at large memory [#u8b08276]

- ページ: [[LiveCD/4.4/BTS]]
- 投稿者: [[kaw]]
- 優先順位: 低
- 状態: 提案
- カテゴリー: malfunction
- 投稿日: 2009-02-26 (木) 09:03:35
- バージョン: 

** メッセージ [#z0e47bba]
more than 2^31 bytes are displayed as negative value.

On ksh, this is like this;
 $ echo $((2147483647))     # 2^31-1
 2147483647
 $ echo $((2147483647+1))   # 2^31
 -2147483648
--------

#comment

Front page   New Page list Search Recent changes   Help   RSS of recent changes