Changeset 656 for trunk/user/ksh/ksh.c


Ignore:
Timestamp:
Dec 6, 2019, 12:07:51 PM (4 years ago)
Author:
alain
Message:

Fix several bugs in the FATFS and in the VFS,
related to the creation of big files requiring
more than 4 Kbytes (one cluster) on device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/ksh/ksh.c

    r652 r656  
    12341234else
    12351235{
    1236     strcpy( cmd , "load bin/user/transpose.elf" );
     1236    strcpy( cmd , "load bin/user/kleenex.elf" );
    12371237    printf("[ksh] %s\n", cmd );
    12381238    execute( cmd );
Note: See TracChangeset for help on using the changeset viewer.