Commit graph

5 commits

Author SHA1 Message Date
Robert Morris
5753553213 separate source into kernel/ user/ mkfs/ 2019-06-11 09:57:14 -04:00
Frans Kaashoek
308a3b88c9 thanks tyfkda 2018-08-31 09:21:19 -04:00
Frans Kaashoek
7894fcd217 Remove trailing white space with:
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done
(Thanks to Nicolás Wolovick)
2016-08-25 09:13:00 -04:00
Frans Kaashoek
40889627ba Initial version of single-cpu xv6 with page tables 2010-07-02 14:51:53 -04:00
rsc
e0e7d07e5a test that fork fails gracefully 2007-08-24 20:20:23 +00:00