It is accomplished ...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
ejakowatz
2002-07-09 12:24:59 +00:00
commit 52a3801208
2025 changed files with 472889 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
Virtual Memory Preferences App
By: Matt McMinn
[email protected]
http://home.earthlink.net/~melfina/
Introduction
It's just a copy of the virtual memory preferences app that comes with BeOS. It works.
Documentation
Even tho it wasn't really necessary, I know I've overdocumented this app, My excuse is that I wanted to learn how to use doxygen, and this was a good app to run it on. So if you want full documentation, and you have doxygen installed, available from BeBits, run
doxygen .doxygen-conf
in the code directory, and it will create docs for you
Version
1.0: 1/28/2002
Hey, it works. You can set your virtual memory size just like in the actual app.
0.9: 10/31/2001
Initial release. Visually complete.