diff options
-rw-r--r-- | README.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/README.html b/README.html index 940a743..9e1fd2f 100644 --- a/README.html +++ b/README.html @@ -12,19 +12,18 @@ <h3>USAGE</h3> <hr> <p>You need a monitor connected to an on-board connector.<br> +Edit options.h.<br> Run ./bin/engine33 on a TTY.<br> Can you see the green pixel on your screen? Well done.</p> <br><br> -<h3>BUGS</h3> +<h3>TODO</h3> <hr> <ul> - <li>Vsync code is pretty shitty</li> +<li>Change vsync code to not just stall waiting for vblank</li> +<li>Adapt modesetting code for some fringe cases</li> +<li>Implement fonts*</li> +<li></li> </ul> <br><br> -<h3>TODO</h3> -<hr> -<p>yes</p> -<br><br> - |