Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/rcore_test/rCore-Tutorial-v3-tests/src/commit/aec0a6ebe5850a35931f798c17d49303edafe106/public/index.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
rCore-Tutorial-v3-tests/public/index.html

32 lines
1.1 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       <title>rcore-tutorial v3</title>
</head>
<body>
<h1> Ten rCore Tutorial OSes </h1>
<br>
<h1><a href="./ch1/os/index.html">1. LibOS API doc</a></h1>
<h1><a href="./ch2/os/index.html">2. BatchOS API doc</a></h1>
<h1><a href="./ch3-coop/os/index.html">3.1 MultiProgOS API doc</a></h1>
<h1><a href="./ch3/os/index.html">3.2 TimeSharingOS API doc</a></h1>
<h1><a href="./ch4/os/index.html">4. AddrSpaceOS API doc</a></h1>
<h1><a href="./ch5/os/index.html">5. ProcessOS API doc</a></h1>
<h1><a href="./ch6/os/index.html">6. FileSystemOS API doc</a></h1>
<h1><a href="./ch7/os/index.html">7. IPCOS API doc</a></h1>
<h1><a href="./ch8/os/index.html">8. SyncMutexOS API doc</a></h1>
<h1><a href="./ch9/os/index.html">9. DeviceOS API doc</a></h1>
<h1><a href="./main/os/index.html">10. main-branch OS API doc</a></h1>
</body>
</html>