Ignore:
Timestamp:
Aug 24, 2015, 5:08:30 PM (9 years ago)
Author:
guerin
Message:

fix kill/exec

  • introduce physical_memcpy for fat_read
  • don't defer task exec
  • load writable segments in exec syscall
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/sys_handler.h

    r700 r707  
    240240int _sys_tasks_status();
    241241
     242int _sys_fat_read( unsigned int fd_id,
     243                   unsigned int buffer,
     244                   unsigned int count );
     245
    242246#endif
    243247
Note: See TracChangeset for help on using the changeset viewer.