Subversion Repositories SvarDOS

Rev

Rev 304 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
286 mateuszvis 1
 
2
%hSvarDOS: The project's TODO list
3
 
304 mateuszvis 4
* Replace the default (FreeDOS) edit with a smaller alternative (?) that is:
5
  - TINY (a dozen of KiBs or so)
6
  - relatively simple: no need for advanced text editing features, just enough
7
    to comfortably edit small (<64K) configuration files
8
  - 8086-compatible and have modest memory requirements
9
  - multi-lang (kitten library)
10
  - capable of (limited) copy/pasting between two files
286 mateuszvis 11
 
288 mateuszvis 12
* validate that CORE is 100%% 8086-compatible
286 mateuszvis 13
 
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
16
  "supplemental" floppy disk?
17
 
18
* bootable USB install image
19
 
306 mateuszvis 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
 
286 mateuszvis 25
* add a "link" tool so users can easily create "links" to their favorite
26
  programs (esp. things like zip/unzip, etc)
27
 
28
* install.com - MBR changes could be done by the installer itself instead of
29
  system()-calling fdisk
30
 
31
* help - write more useful content!
304 mateuszvis 32
  -> basic DOS commands (directories, copy/rename/delete files, etc)
33
  -> common configuration files (autoexec, config.sys, pkg.cfg, wattcp.cfg..)
34
  -> networking guide
35
  -> memory management basics
36
  -> ...
286 mateuszvis 37
 
304 mateuszvis 38
* test new versions of software and update packages accordingly. special care
39
  must be taken for core things: kernel, freecom, fdisk, himemx...
40
 
286 mateuszvis 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
43
  and reviewing translations
44
 
304 mateuszvis 45
* pkgnet.exe: implement the 'checkup' action for easy update checks
286 mateuszvis 46
 
304 mateuszvis 47
* possibly plenty of other things
48
 
49
 
286 mateuszvis 50
                        =============================
51
                          %hWanna help? %lcontact.ama:Get in touch!
52
                        =============================