Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kamkanev committed Sep 7, 2024
1 parent 74712f8 commit f5b2958
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ The main goal of RockOS is to be able to run on ony computer (regadless of archi

- [ ] access to disks (mounting/dismounting)

- [ ] graphical interface (desktop and mouse)
- [x] graphical interface (themes and mouse(not yet))

- [ ] ect
- [x] real time clock

- [x] play games

- [x] gives CPU information

- [ ] gives hardware information

---

Expand Down Expand Up @@ -120,6 +126,20 @@ make clean
make iso-clean
```

You can also make a bootable USB using:

```batch
sudo dd if=RockOS.img of=/dev/sda count=2880 bs=512
```

Find your USB using

```batch
sudo blkid
```



---

## Usage:
Expand Down Expand Up @@ -161,11 +181,15 @@ At the momment the only working commands are `list` and all the commands use see

## Problems:

- [ ] Not all games return you the shell
- [x] Not all games return you the shell

- [ ] Can't load files/games larger than **512bytes**. (In Progress)

- [x] Optimize the **stack** and **heap** (to best of my abilities)

- [ ] Can't load files/games larger than **512bytes**.
- [ ] On game exit theme may change

- [ ] Optimize the **stack** and **heap**
- [ ] Last row in shell is not included in the theme

## Credits

Expand Down

0 comments on commit f5b2958

Please sign in to comment.