Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ MINIX is a great tool for learning about Linux. MINIX is like a small and simpli
- Data structures and algorithms

## Making your own hard disk image
To make a bootable and editable hard disk image, you'll need to install it from the official MINIX CD. You can find it at [minix3.org](http://minix3.org). MINIX 3 comes with a `setup.sh` utility, which will install to the hard disk that you specify with your desired network card, partitions, etc.
To make a bootable and editable hard disk image, you'll need to install it from the official MINIX CD. You can find it at [minix3.org](https://minix3.org). MINIX 3 comes with a `setup.sh` utility, which will install to the hard disk that you specify with your desired network card, partitions, etc.

## References
- [Operating Systems: Design and Implementation (3e)](https://www.amazon.com/Operating-Systems-Design-Implementation-3rd/dp/0131429388)
- [Albert Woodhull's site](http://minix1.woodhull.com)
- [The official MINIX site](http://minix3.org). Installation images can be downloaded from here.
- [Albert Woodhull's site](https://minix1.woodhull.com)
- [The official MINIX site](https://minix3.org). Installation images can be downloaded from here.
- [Minix QD](https://github.com/davidgiven/minix2) (has Minix 1 and 2).
- The [MINIX mailing list](http://groups.google.com/g/minix3)
- The [MINIX mailing list](https://groups.google.com/g/minix3)