Subversion Repositories SvarDOS

Rev

Rev 288 | 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
* 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
18
  set? Or only selected drivers? Or maybe this could be provided as a
19
  "supplemental" floppy disk?
20
 
21
* bootable USB install image
22
 
23
* add a "link" tool so users can easily create "links" to their favorite
24
  programs (esp. things like zip/unzip, etc)
25
 
26
* install.com - MBR changes could be done by the installer itself instead of
27
  system()-calling fdisk
28
 
29
* help - write more useful content!
304 mateuszvis 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
  -> ...
286 mateuszvis 35
 
304 mateuszvis 36
* test new versions of software and update packages accordingly. special care
37
  must be taken for core things: kernel, freecom, fdisk, himemx...
38
 
286 mateuszvis 39
* further NLS support, improvements of existing translations and adding new
40
  languages -> would be nice to have some kind of web interface for submitting
41
  and reviewing translations
42
 
304 mateuszvis 43
* pkgnet.exe: implement the 'checkup' action for easy update checks
286 mateuszvis 44
 
304 mateuszvis 45
* possibly plenty of other things
46
 
47
 
286 mateuszvis 48
                        =============================
49
                          %hWanna help? %lcontact.ama:Get in touch!
50
                        =============================