wfzyx / pythonix

Python/Minix based operating system
MIT License
129 stars 24 forks source link

Workshop Tasklist #13

Open wfzyx opened 9 years ago

wfzyx commented 9 years ago

Level 1 (Files):

[-] cd [X] chmod [X] chown [X] cp [X] mkdir [?] mount [X] mv [X] rm [X] rmdir [?] umount

Level 2 (process): [X] ps [X] kill [X] top

Level 3 (others): [x] cat [ ] ping [ ] ifconfig [ ] find [ ] grep [ ] more

sandeep06011991 commented 8 years ago

Hi I am a python developer looking to learn kernel level programming . Would you suggest some project orissue I should work on .

wfzyx commented 8 years ago

@sandeep06011991 This project is the translation of the user level code. For kernel level, you can check LLFW