An attempt to find the functions, structs and other bits we need from libdisk to make programs such as mount/umount for IRIX, or mkfs programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kazuo Kuroi 0d0d18da4d Updated libdisk.h. Will now compile my hacked together mount.c 4 months ago
README.md README added 1 year ago
libdisk.h Updated libdisk.h. Will now compile my hacked together mount.c 4 months ago

README.md

libdisk header

As noted in our description, libdisk is a black box, but utilized by every program that interacts with the disk functions of IRIX.

As a result, our goal here is to come up with protos, comments and documentation of the black box and make it easier for people to do the same