Skip to content

Commit

Permalink
Small README change, temprorary Terminal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fido2020 committed Nov 13, 2020
1 parent bd6d3ad commit d9dc662
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Applications/Terminal/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ int main(int argc, char** argv){
paint = false;
}

poll(fds.data(), fds.size(), -1);
//poll(fds.data(), fds.size(), -1);
}
return 0;
}
Binary file added Extra/lemonlt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Lemon OS

![banner](Extra/lemonlt.png)

The Lemon Operating System

Lemon OS is a UNIX-like 64-bit operating system written in C++.
Expand Down Expand Up @@ -54,4 +56,4 @@ See [Building Lemon OS](https://github.com/fido2020/Lemon-OS/wiki/Building-Lemon
| System/ | Core system programs and services |

![Lemon OS Screenshot](Screenshots/image3.png)
![Lemon OS Screenshot](Screenshots/image2.png)
![Lemon OS Screenshot](Screenshots/image2.png)

0 comments on commit d9dc662

Please sign in to comment.