Subversion Repositories SvarDOS

Rev

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

Rev 304 Rev 306
Line 9... Line 9...
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