Subversion Repositories SvarDOS

Rev

Rev 288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 288 Rev 304
Line 1... Line 1...
1
 
1
 
2
%hSvarDOS: The project's TODO list
2
%hSvarDOS: The project's TODO list
3
 
3
 
4
* Replace the default (FreeDOS) edit with a smaller alternative (?)
4
* Replace the default (FreeDOS) edit with a smaller alternative (?) that is:
5
  -> must be TINY
5
  - TINY (a dozen of KiBs or so)
6
  -> no need for advanced text editing features, just enough to comfortably
6
  - relatively simple: no need for advanced text editing features, just enough
7
     edit small (<64K) configuration files
7
    to comfortably edit small (<64K) configuration files
8
  -> must be 8086-compatible and have modest memory requirements
8
  - 8086-compatible and have modest memory requirements
9
  -> must be NLS-aware (multi-language)
9
  - multi-lang (kitten library)
-
 
10
  - capable of (limited) copy/pasting between two files
10
 
11
 
11
* validate that CORE is 100%% 8086-compatible
12
* validate that CORE is 100%% 8086-compatible
12
 
13
 
13
* build process: the install floppy should be built as much as possible using
14
* build process: the install floppy should be built as much as possible using
14
  existing packages (ie. remove the custom "files" directory from svn)
15
  existing packages (ie. remove the custom "files" directory from svn)
Line 20... Line 21...
20
* bootable USB install image
21
* bootable USB install image
21
 
22
 
22
* add a "link" tool so users can easily create "links" to their favorite
23
* add a "link" tool so users can easily create "links" to their favorite
23
  programs (esp. things like zip/unzip, etc)
24
  programs (esp. things like zip/unzip, etc)
24
 
25
 
25
* pkg.exe: add an 'unzip' option so pkg.exe can be used as a poor man's unzip
-
 
26
 
-
 
27
* install.com - MBR changes could be done by the installer itself instead of
26
* install.com - MBR changes could be done by the installer itself instead of
28
  system()-calling fdisk
27
  system()-calling fdisk
29
 
28
 
30
* help - write more useful content!
29
* help - write more useful content!
-
 
30
  -> basic DOS commands (directories, copy/rename/delete files, etc)
-
 
31
  -> common configuration files (autoexec, config.sys, pkg.cfg, wattcp.cfg..)
-
 
32
  -> networking guide
-
 
33
  -> memory management basics
-
 
34
  -> ...
-
 
35
 
-
 
36
* test new versions of software and update packages accordingly. special care
-
 
37
  must be taken for core things: kernel, freecom, fdisk, himemx...
31
 
38
 
32
* further NLS support, improvements of existing translations and adding new
39
* further NLS support, improvements of existing translations and adding new
33
  languages -> would be nice to have some kind of web interface for submitting
40
  languages -> would be nice to have some kind of web interface for submitting
34
  and reviewing translations
41
  and reviewing translations
35
 
42
 
36
* pkgnet.exe: implement the 'checkup' action for easy update checking
43
* pkgnet.exe: implement the 'checkup' action for easy update checks
-
 
44
 
-
 
45
* possibly plenty of other things
-
 
46
 
37
 
47
 
38
                        =============================
48
                        =============================
39
                          %hWanna help? %lcontact.ama:Get in touch!
49
                          %hWanna help? %lcontact.ama:Get in touch!
40
                        =============================
50
                        =============================