Skip to content

Commit

Permalink
website: Fix broken link in x86 stdlib tutorial (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyRBruce authored Oct 18, 2023
1 parent 9269f3a commit 794551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/documentation/gem5-stdlib/2-tutorial-x86-fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The `X86Board`'s `set_kernel_disk_workload` function requires a `kernel` and `di
Both these are obtainable from the gem5 resources repository.
Therefore, via the `Resource` class, we specify `x86-linux-kernel-5.4.49` for the Kernel (a Linux kernel, version 5.4.49, compiled to X86) and `x86-ubuntu-18.04-img` for the disk image (a disk image containing Ubuntu 18.04, for X86).
The `Resource` class will automatically retrieve these resources if they are not already present on the host system.
**Note: If a user wishes to use their own resource (that is, a resource not prebuilt as part of gem5-resources), they may follow the tutorial [here](../general_docs/gem5_resources.md)**
**Note: If a user wishes to use their own resource (that is, a resource not prebuilt as part of gem5-resources), they may follow the tutorial [here](../general_docs/gem5_resources)**

The `x86-ubuntu-18.04-img` has been designed to boot the OS, automatically login, and run `m5 readfile`.
The `m5 readfile` will read a file and execute it.
Expand Down

0 comments on commit 794551c

Please sign in to comment.