Age | Commit message (Expand) | Author |
---|---|---|
2021-10-11 | gnu: Add platform support....* gnu/platform.scm: New file. * gnu/platforms/arm.scm: Ditto. * gnu/platforms/hurd.scm: Ditto. * gnu/local.mk (GNU_SYSTEM_MODULES): Add them. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> | Mathieu Othacehe |
2021-02-17 | image: Export image? procedure....* gnu/image.scm (image?): Export it. | Mathieu Othacehe |
2020-09-30 | image: Add image-type support....* gnu/image.scm (<image-type>): New record, (image-type, image-type?, image-type-name, image-type-constructor, os->image): new procedures. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> | Mathieu Othacehe |