Commit d862e4b0 authored by Aaron Jacobs's avatar Aaron Jacobs

interruptfs.New

parent 5fd90088
...@@ -45,7 +45,8 @@ type InterruptFS struct { ...@@ -45,7 +45,8 @@ type InterruptFS struct {
} }
func New() (fs *InterruptFS) { func New() (fs *InterruptFS) {
panic("TODO") fs = &InterruptFS{}
return
} }
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment