]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
devfs: Introduce stdout device
authorAlexander Jung <a.jung@lancs.ac.uk>
Fri, 15 Jan 2021 22:44:56 +0000 (23:44 +0100)
committerUnikraft <monkey@unikraft.io>
Mon, 26 Apr 2021 07:51:18 +0000 (07:51 +0000)
commitce19ccc5ebf20a799e59aa79d77c8d4c07631523
treeecd5a5aa0a6c94ce3059b645b6d1032244045ac7
parent84488adb65d0437f20238aedea777cce47bc89c8
devfs: Introduce stdout device

This commit introduces a new device, `/dev/stdout` which pipes
output to the platform console.

Signed-off-by: Alexander Jung <a.jung@lancs.ac.uk>
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@gmail.com>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #104
lib/devfs/Config.uk
lib/devfs/Makefile.uk
lib/devfs/stdout.c [new file with mode: 0644]