Skip to content

Commit

Permalink
make the arch rootfs use the fallback initrd
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Dec 23, 2023
1 parent c4bf6c2 commit ac42079
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# AnuraOS

## What is AnuraOS?

An entirely local browser "OS" and development environment with complete graphical linux emulation, visually based on chromiumOS. See a demo [here](https://anura.pro), fully in your browser.

> [!NOTE]
Expand All @@ -15,8 +16,9 @@ Anura uses the features of a progressive-web-app to make its environment work fu
Anura shows as more of a proof-of-concept with what's possible on the modern web rather than an actual product. However, it proves useful in many actual cases and is a useful educational tool.

## What can AnuraOS do?
- Run linux GUI apps from a terminal
![](/assets/showcase1.gif)

- Run linux GUI apps from a terminal
![](/assets/showcase1.gif)

# Development

Expand Down Expand Up @@ -72,7 +74,6 @@ npm start -- --auth
- Select the Debian rootfs. If you built it from this repository, its location is `./build/images/debian-rootfs.bin`.
- Set up rootfs by entering `await loadfile(document.all.input.files[0])` in your console.


## Documentation

Still being written. (See the current index of documentation [here](./documentation/README.md))
Expand All @@ -82,4 +83,5 @@ Still being written. (See the current index of documentation [here](./documentat
See [SECURITY.md](./SECURITY.md) for reporting instructions.

## Credits

AnuraOS is created by [Mercury Workshop](https://mercurywork.shop). Linux emulation is based off of the [v86](https://github.com/copy/v86) project
2 changes: 1 addition & 1 deletion config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"arch": {
"bzimage": "/images/arch-boot/vmlinuz-linux",
"initrd": "/images/arch-boot/initramfs-linux.img",
"initrd": "/images/arch-boot/initramfs-linux-fallback.img",
"rootfs": [
"images/arch-rootfs/aa",
"images/arch-rootfs/ab",
Expand Down

0 comments on commit ac42079

Please sign in to comment.