Userspace: Implement basic image rendering for Netbpm

You can now render Netbpm (P6) format image to framebuffer using
`image` command. I added basic test image to
/usr/share/images/sample.ppm
This commit is contained in:
2023-11-29 16:11:35 +02:00
parent d7a3aca5d4
commit ff550785a7
8 changed files with 355 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ set(USERSPACE_PROJECTS
echo
id
init
image
ls
meminfo
mkdir