-
Notifications
You must be signed in to change notification settings - Fork 0
pawanpraka1/xv6
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
You can get the latest xv6 code from following location
git clone git://pdos.csail.mit.edu/xv6/xv6.git
Now just apply the patches using following command
patch -p1 < {patch_file_name}
for e.g.
patch -p1 < 0001-adding-a-system-call-to-get-open-fds-by-a-process.patch
And then compile your xv6 and check :)
or you can clone the custom xv6 with all the patches :-
git clone https://github.com/pawanpraka1/my_xv6.git.
About
xv6 kernel patches
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published