Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A122037 Lab4 #138

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3127a20
Update README.org
brianLiu0405 Feb 28, 2024
c3902e7
chore: remove unused hint of commit
efficacy38 Mar 2, 2024
8a5bab4
feat: complete base kernel(C)
efficacy38 Mar 2, 2024
919874a
chore: update gitignore
efficacy38 Mar 2, 2024
ca91f55
feat: add basic rust setup
efficacy38 Mar 2, 2024
03881c4
chore: rename the file architecture
efficacy38 Mar 3, 2024
9072070
feat: add linker script
efficacy38 Mar 3, 2024
75732bc
feat: add rust entrypoint, setup register and memory properly
efficacy38 Mar 4, 2024
451e7d6
feat: add uart output(run in qemu), panic controller
efficacy38 Mar 5, 2024
81dbf51
chore: make rust-analyzer not complain warnings
efficacy38 Mar 6, 2024
0e7e698
feat: add synchronization method of static(global) struct
efficacy38 Mar 12, 2024
fe8d574
refactor: split panic handler code into panic.rs
efficacy38 Mar 12, 2024
b9429bb
refactor: tran console.rs into dir
efficacy38 Mar 12, 2024
f727605
feat: impl core::fmt::Writer with uart dirver
efficacy38 Mar 13, 2024
818d510
feat:add simple shell environment
efficacy38 Mar 13, 2024
e85339f
add: gpio object
efficacy38 Mar 13, 2024
94c16cf
fix: onboard issue
efficacy38 Mar 14, 2024
a01e683
feat: add mailbox
efficacy38 Mar 14, 2024
e17f3d4
Lab1
foodieteng Mar 14, 2024
29c3c7d
fix: memory alignment
efficacy38 Mar 14, 2024
9424fbe
Merge pull request #64 from efficacy38/main
brianLiu0405 Mar 14, 2024
f6154a8
Merge pull request #47 from foodieteng/A121163
kaichsu Mar 14, 2024
9d18fba
Revert "A121163 lab1"
kaichsu Mar 28, 2024
8e1f1de
Merge pull request #82 from oscapstone/revert-47-A121163
kaichsu Mar 28, 2024
792c77c
Revert "312551019 lab1"
kaichsu Mar 28, 2024
8a30829
Merge pull request #83 from oscapstone/revert-64-main
kaichsu Mar 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+TITLE: Operating Systems Capstone 2023
#+TITLE: Operating Systems Capstone 2024
#+OPTIONS: toc:nil

This repository is used for homework submission.
Expand Down Expand Up @@ -37,7 +37,7 @@ If you cannot find your branch, ask TAs for help.

#+BEGIN_SRC shell
git clone <repo url>
cd osc2023
cd osc2024
git checkout --track origin/<student id>
#+END_SRC

Expand Down