Subversion Repositories SvarDOS

Rev

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

Rev 561 Rev 584
Line 7... Line 7...
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
-
 
13
 
-
 
14
* replace FreeCOM by SvarCOM
12
* replace FreeCOM by SvarCOM
15
 
13
 
16
* improve installer so user can choose the target disk
14
* improve installer so user can choose the target disk
17
 
15
 
18
* COUNTRY settings shall be configurable by localcfg (and user should be
16
* COUNTRY settings shall be configurable by localcfg (and user should be
Line 24... Line 22...
24
   part of the install set? Or only selected, most popular drivers? Or maybe
22
   part of the install set? Or only selected, most popular drivers? Or maybe
25
   this could be provided as a "supplemental" floppy disk?
23
   this could be provided as a "supplemental" floppy disk?
26
 - user should be asked for its NIC model at install time
24
 - user should be asked for its NIC model at install time
27
 - installer could also ask for a basic DHCP / static configuration
25
 - installer could also ask for a basic DHCP / static configuration
28
 
26
 
29
* add a "link" tool so users can easily create "links" to their favorite
-
 
30
  programs (esp. things like zip/unzip, etc). Might be something integrated
-
 
31
  within SvarCOM, or a third-party TSR.
-
 
32
 
-
 
33
* install.com - MBR changes could be done by the installer itself instead of
27
* install.com - MBR changes could be done by the installer itself instead of
34
  system()-calling fdisk
28
  system()-calling fdisk
35
 
29
 
36
* help - write more useful content!
30
* help - write more useful content!
37
  - basic DOS commands (directories, copy/rename/delete files, etc)
31
  - basic DOS commands (directories, copy/rename/delete files, etc)
Line 39... Line 33...
39
  - networking guide
33
  - networking guide
40
  - memory management basics
34
  - memory management basics
41
  - ...
35
  - ...
42
 
36
 
43
* test new versions of software and update packages accordingly. special care
37
* test new versions of software and update packages accordingly. special care
44
  must be taken for core things: kernel, freecom, fdisk, himemx...
38
  must be taken for core things: kernel, command.com, fdisk, himemx...
45
 
39
 
46
* add new, useful software to the SvarDOS repository (see the %lpkgrules.ama:rules%t)
40
* add new, useful software to the SvarDOS repository (see the %lpkgrules.ama:rules%t)
47
 
41
 
48
* further NLS support, improvements of existing translations and adding new
42
* further NLS support, improvements of existing translations and adding new
49
  languages -> would be nice to have some kind of web interface for submitting
43
  languages -> would be nice to have some kind of web interface for submitting
50
  and reviewing translations
44
  and reviewing translations
51
 
45
 
52
* all CORE packages should be NLS-aware (ie. translatable)
46
* all user-facing CORE packages should be NLS-aware (translatable)
53
 
-
 
54
* pkgnet.exe: implement the 'checkup' action for easy update checks
-
 
55
 
47
 
56
* possibly plenty of other things
48
* possibly plenty of other things
57
 
49
 
58
 
50
 
59
                        =============================
51
                        =============================