Subversion Repositories SvarDOS

Rev

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

Rev 306 Rev 319
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
* 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
15
  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
16
  "supplemental" floppy disk?
16
  "supplemental" floppy disk?
17
 
17
 
18
* bootable USB install image
-
 
19
 
-
 
20
* make the COMMAND package smaller so there is no need for multiple
18
* make the COMMAND package smaller so there is no need for multiple
21
  lang-dependant copies of the binary
19
  lang-dependant copies of the binary
22
 
20
 
23
* improve installer so user can choose the target disk
21
* improve installer so user can choose the target disk
24
 
22
 
25
* 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
26
  programs (esp. things like zip/unzip, etc)
24
  programs (esp. things like zip/unzip, etc)
27
 
25
 
28
* 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
29
  system()-calling fdisk
27
  system()-calling fdisk
30
 
28
 
31
* help - write more useful content!
29
* help - write more useful content!
32
  -> basic DOS commands (directories, copy/rename/delete files, etc)
30
  -> basic DOS commands (directories, copy/rename/delete files, etc)
33
  -> common configuration files (autoexec, config.sys, pkg.cfg, wattcp.cfg..)
31
  -> common configuration files (autoexec, config.sys, pkg.cfg, wattcp.cfg..)
34
  -> networking guide
32
  -> networking guide
35
  -> memory management basics
33
  -> memory management basics
36
  -> ...
34
  -> ...
37
 
35
 
38
* test new versions of software and update packages accordingly. special care
36
* test new versions of software and update packages accordingly. special care
39
  must be taken for core things: kernel, freecom, fdisk, himemx...
37
  must be taken for core things: kernel, freecom, fdisk, himemx...
40
 
38
 
-
 
39
* add new, useful software to the SvarDOS repository (see the %lpkgrules.ama:rules%t)
-
 
40
 
41
* further NLS support, improvements of existing translations and adding new
41
* further NLS support, improvements of existing translations and adding new
42
  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
43
  and reviewing translations
43
  and reviewing translations
44
 
44
 
45
* pkgnet.exe: implement the 'checkup' action for easy update checks
45
* pkgnet.exe: implement the 'checkup' action for easy update checks
46
 
46
 
47
* possibly plenty of other things
47
* possibly plenty of other things
48
 
48
 
49
 
49
 
50
                        =============================
50
                        =============================
51
                          %hWanna help? %lcontact.ama:Get in touch!
51
                          %hWanna help? %lcontact.ama:Get in touch!
52
                        =============================
52
                        =============================
53
 
53