Skip to content

Commit

Permalink
Update Tools directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Chen committed Sep 2, 2018
1 parent 7001280 commit 4fad52d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 73 deletions.
Binary file removed Tools/Linux/fixwritembr
Binary file not shown.
Binary file removed Tools/Windows/mbr.exe
Binary file not shown.
16 changes: 16 additions & 0 deletions Tools/Windows/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Tools
=====

## debug.exe
- Copied from `Windows XP`
- Also works under `DOS Box`
- For debugging 16-bit programs (such as the ones under DOS directory)

## fixvhdwr.exe
Fill your binary file into the MBR part of *.vhd.

## HexView.exe
A file viewer that displays file contents in hex mode.

## dd.exe
this is dd for Windows, if you prefer to CLI, it's your best parterner.
16 changes: 0 additions & 16 deletions Tools/Windows/readme.txt

This file was deleted.

57 changes: 0 additions & 57 deletions Tools/src/mbr/mbr.cpp

This file was deleted.

8 changes: 8 additions & 0 deletions Tools/xnix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*nix
====

For `GNU/Linux`, `Unix` and `Mac OS X`, use `dd` is enough.

```
$ dd if=xx.bin of=xx.img seek=0 bs=512 count=1 conv=notrunc
```

0 comments on commit 4fad52d

Please sign in to comment.