feat: add sys_tee system call for pipe data duplication
张家文 authored
Implemented the sys_tee system call to allow data duplication from one pipe to another. Updated the pipe module to include tee_read functionality, enabling reading from a pipe while simultaneously writing to another. Enhanced the syscall handler to support the new sys_tee call. Adjusted the main.rs file to change the JUNIOR constant for testing purposes. Added debug logging for better traceability of read and write operations in the pipe implementation.
08ebcd8b
Name Last commit Last update