xv6

port of xv6 to x86-64
git clone http://frotz.net/git/xv6.git
Log | Files | Refs | README | LICENSE

.dir-locals.el (86B)


      1 ((c-mode
      2   (indent-tabs-mode . nil)
      3   (c-file-style . "bsd")
      4   (c-basic-offset . 2)))