Coder Social home page Coder Social logo

shawnzhong / xv6-file-system-visualizer Goto Github PK

View Code? Open in Web Editor NEW
38.0 2.0 2.0 8.54 MB

Online Visualizer for xv6 File System Image

Home Page: https://shawnzhong.github.io/xv6-file-system-visualizer/

HTML 9.28% CSS 9.86% JavaScript 80.85%
xv6 visualizer inodes filesystem os javascript

xv6-file-system-visualizer's Introduction

xv6 File System Visualizer

This is an online visualizer for xv6 file system image. The source code is published at GitHub

Screenshot

screenshot

Screen Record

Features

  • See the overall layout of an xv6 filesystem image

  • View the metadata stored in inodes

  • Trace the relationship between files/directories, inodes, and blocks

  • Check the file/directory path for inodes

  • Basic inconsistency checking:

    • Invalid inode type.

    • Inode marked use but not found in a directory.

    • Inode referred to in directory but marked free.

    • Block used by inode but marked free in bitmap.

    • Bitmap marks block in use but it is not in use.

xv6-file-system-visualizer's People

Contributors

shawnzhong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

xv6-file-system-visualizer's Issues

Visualizer not updating when getting Badindir images

If a system image with a bad indirect address in an inode (e.g., Badindir1 and Badindir2 in the cs537 public folder) is uploaded, the visualizer does not update the structural layout. Instead, it displays the layout of the previous image chosen.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.