FreeDOS/sys
Bart Oldeman f52e31f5c5 /* Revision 2.1 tomehlert 2001/4/26
changed the file system detection code.
*/

/* Revision 2.0 tomehlert 2001/4/26

   no direct access to the disk any more, this is FORMAT's job
   no floppy.asm anymore, no segmentation problems.
   no access to partition tables

   instead copy boot sector using int25/int26 = absdiskread()/write

   if xxDOS is able to handle the disk, SYS should work

   additionally some space savers:

   replaced fopen() by open()

   included (slighly modified) PRF.c from kernel

   size is no ~7500 byte vs. ~13690 before
*/


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@217 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-29 17:34:41 +00:00
..
bin2c.c Initial revision 2000-05-06 19:34:20 +00:00
bin2c.mak Fixed project history 2000-05-25 20:56:23 +00:00
sys.c /* Revision 2.1 tomehlert 2001/4/26 2001-04-29 17:34:41 +00:00
sys.mak A new SYS.COM/config.sys single stepping/console output/misc fixes. 2001-04-29 17:34:41 +00:00