Skip to content

varialus/bsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSD

This repository contains an attempt at translating the BSD operating system and related software to the Go programming language.

Status

Rough Translation Complete

  • hammer/hammer.go
  • hammer/hammer_btree.go

Translation Underway

  • sys/vfs/hammer/hammer_vfsops.go
  • sys/vfs/hammer/hammer_vnops.go

Setup

  1. Install and configure Go
  2. export GOPATH=$HOME/go
  3. go get -d github.com/varialus/bsd
  4. cd ~/go/src/github.com/varialus/bsd/
  5. go test ./...

About

Golang BSD Translation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages