Skip to content

Commit

Permalink
doc: update the README, remove useless docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed May 2, 2024
1 parent c372171 commit ebd9747
Show file tree
Hide file tree
Showing 141 changed files with 29 additions and 26,483 deletions.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,29 @@ The main repository of Starry-OS, which will assemble all kernel components into

## Structure

TODO
![avatar](./doc/figures/Starry.svg)

## Build and run

```sh
# Run in unikernel architecture

# $ make A=apps/<app_name> ARCH=<arch> run

# The <app_name> is the application stored in the ./apps folder.

# The <arch> can be x86_64, risc64 and aarch64.

$ make A=apps/helloworld ARCH=x86_64 run

# Run in monolithic architecture

# Make the testcases image first

# $ ./build_img.sh <arch>

$ ./build_img.sh x86_64

$ make A=apps/monolithic_userboot ARCH=x86_64 run
```

135 changes: 0 additions & 135 deletions doc/OS-Train-Repo/REPORT.md

This file was deleted.

111 changes: 0 additions & 111 deletions doc/OS-Train-Repo/Week1.md

This file was deleted.

Loading

0 comments on commit ebd9747

Please sign in to comment.