Changes between Initial Version and Version 1 of Ticket #2579


Ignore:
Timestamp:
Aug 7, 2008, 9:25:55 AM (16 years ago)
Author:
marcusoverhagen
Comment:

I think _kern_write(0x2, ...) is a write to stdout.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2579 – Description

    initial v1  
    99
    1010And strace:
    11 
     11{{{
    1212/Zeta 1.2/home> strace cat readat_test
    1313[   728] _kern_image_relocated(0x681) (215 us)
     
    4444[   728] _kern_release_sem(0x3856) = 0x00000000 No error (0 us)
    4545[   728] _kern_exit_team(0x1) (2 us)
    46 
     46}}}
    4747It seems the problem is the _kern_write() calls in a read-only volume. But why does reading a file result in a write operation?
    4848