diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-25 11:31:39 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-25 11:40:22 +0100 |
| commit | 2429f8aaf1584084b4d8c7c85c27c1d78ccab153 (patch) | |
| tree | e549cf71fa1fab188042ea45817a2efec1721e95 /README.md | |
| parent | ea542e18e7bc7e9d401aefd044bf0317676867ca (diff) | |
| download | fbos-2429f8aaf1584084b4d8c7c85c27c1d78ccab153.tar.gz fbos-2429f8aaf1584084b4d8c7c85c27c1d78ccab153.zip | |
Add a video example running on QEMU
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ This kernel provides just one system call, `write_and_block`, which allows any program to pass the string to be written into the serial port and wait for the kernel to re-schedule it. + + ## Build In order to build `fbos` you only need GCC. That being said, if you are not on a |
