Subversion Repositories SvarDOS

Rev

Rev 304 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 304 Rev 306
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 (?) that is:
4
* Replace the default (FreeDOS) edit with a smaller alternative (?) that is:
5
  - TINY (a dozen of KiBs or so)
5
  - TINY (a dozen of KiBs or so)
6
  - relatively simple: no need for advanced text editing features, just enough
6
  - relatively simple: no need for advanced text editing features, just enough
7
    to comfortably edit small (<64K) configuration files
7
    to comfortably edit small (<64K) configuration files
8
  - 8086-compatible and have modest memory requirements
8
  - 8086-compatible and have modest memory requirements
9
  - multi-lang (kitten library)
9
  - multi-lang (kitten library)
10
  - capable of (limited) copy/pasting between two files
10
  - capable of (limited) copy/pasting between two files
11
 
11
 
12
* validate that CORE is 100%% 8086-compatible
12
* validate that CORE is 100%% 8086-compatible
13
 
13
 
14
* build process: the install floppy should be built as much as possible using
-
 
15
  existing packages (ie. remove the custom "files" directory from svn)
-
 
16
 
-
 
17
* Networking setup at install time -> should crynwr be part of the install
14
* Networking setup at install time -> should crynwr be part of the install
18
  set? Or only selected drivers? Or maybe this could be provided as a
15
  set? Or only selected drivers? Or maybe this could be provided as a
19
  "supplemental" floppy disk?
16
  "supplemental" floppy disk?
20
 
17
 
21
* bootable USB install image
18
* bootable USB install image
22
 
19
 
-
 
20
* make the COMMAND package smaller so there is no need for multiple
-
 
21
  lang-dependant copies of the binary
-
 
22
 
-
 
23
* improve installer so user can choose the target disk
-
 
24
 
23
* add a "link" tool so users can easily create "links" to their favorite
25
* add a "link" tool so users can easily create "links" to their favorite
24
  programs (esp. things like zip/unzip, etc)
26
  programs (esp. things like zip/unzip, etc)
25
 
27
 
26
* install.com - MBR changes could be done by the installer itself instead of
28
* install.com - MBR changes could be done by the installer itself instead of
27
  system()-calling fdisk
29
  system()-calling fdisk
28
 
30
 
29
* help - write more useful content!
31
* help - write more useful content!
30
  -> basic DOS commands (directories, copy/rename/delete files, etc)
32
  -> basic DOS commands (directories, copy/rename/delete files, etc)
31
  -> common configuration files (autoexec, config.sys, pkg.cfg, wattcp.cfg..)
33
  -> common configuration files (autoexec, config.sys, pkg.cfg, wattcp.cfg..)
32
  -> networking guide
34
  -> networking guide
33
  -> memory management basics
35
  -> memory management basics
34
  -> ...
36
  -> ...
35
 
37
 
36
* test new versions of software and update packages accordingly. special care
38
* test new versions of software and update packages accordingly. special care
37
  must be taken for core things: kernel, freecom, fdisk, himemx...
39
  must be taken for core things: kernel, freecom, fdisk, himemx...
38
 
40
 
39
* further NLS support, improvements of existing translations and adding new
41
* further NLS support, improvements of existing translations and adding new
40
  languages -> would be nice to have some kind of web interface for submitting
42
  languages -> would be nice to have some kind of web interface for submitting
41
  and reviewing translations
43
  and reviewing translations
42
 
44
 
43
* pkgnet.exe: implement the 'checkup' action for easy update checks
45
* pkgnet.exe: implement the 'checkup' action for easy update checks
44
 
46
 
45
* possibly plenty of other things
47
* possibly plenty of other things
46
 
48
 
47
 
49
 
48
                        =============================
50
                        =============================
49
                          %hWanna help? %lcontact.ama:Get in touch!
51
                          %hWanna help? %lcontact.ama:Get in touch!
50
                        =============================
52
                        =============================
51
 
53