Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
neuqOS
neuq-rCore
Commits
load-from-sdcard
Select Git revision
neuq-rcore
Author
Search by author
Any Author
18 May, 2024
6 commits
use local dependencies
· d2ce94ab
Caiyi H.
authored
1 year ago
d2ce94ab
detach from user project
· 049da905
Caiyi H.
authored
1 year ago
049da905
Update sdcard image and logic to represent contests's
· 6e934181
Caiyi H.
authored
1 year ago
6e934181
Move test cases to root directory
· 29d4c0b3
Caiyi H.
authored
1 year ago
29d4c0b3
remove unusesd use
· 5da74e9a
Caiyi H.
authored
1 year ago
5da74e9a
concat buf to improve IO bandwidth
· d8d20423
Caiyi H.
authored
1 year ago
d8d20423
17 May, 2024
6 commits
Make it able to execute user program from sdcard
· 764b62b0
Caiyi H.
authored
1 year ago
764b62b0
Merge branch 'load-from-sdcard' of github.com:neuq-rcore/rCore into load-from-sdcard
· 6c146a37
Caiyi H.
authored
1 year ago
6c146a37
Make it able to execute `__restore_snap`
· f52e236f
Caiyi H.
authored
1 year ago
f52e236f
Add timeout for CI run
· 826c55ef
Caiyi H.
authored
1 year ago
826c55ef
Add timeout for OJ simulation
· be5ab5f3
Caiyi H.
authored
1 year ago
be5ab5f3
fix: Fix known memory corruption issue
· bb40576b
Caiyi H.
authored
1 year ago
bb40576b
16 May, 2024
7 commits
fix register offsets for saving and restoring registers in `switch`
· eb62621e
Caiyi H.
authored
1 year ago
eb62621e
fix: TRAP_CONTEXT is a virtual address
· eb037b21
Caiyi H.
authored
1 year ago
eb037b21
Load and execute binary from sdcard
· 7e4e5d1f
Caiyi H.
authored
1 year ago
7e4e5d1f
feat: Add read_exact method to Fat32IO for reading exact buffer size
· fa1cccc5
Caiyi H.
authored
1 year ago
fa1cccc5
Merge pull request #32 from neuq-rcore/sync-curr
· ea190e60
Caiyi H.
authored
1 year ago
Mirror: use force push
ea190e60
Use force push
· 7e3d0239
Caiyi H.
authored
1 year ago
7e3d0239
Mirror: only sync current branch
· 1b43a012
Caiyi H.
authored
1 year ago
1b43a012
15 May, 2024
3 commits
fix debug scripts
· c33ca08a
Caiyi H.
authored
1 year ago
c33ca08a
chore: Update logging format and messages
· fb0b80c9
Caiyi H.
authored
1 year ago
fb0b80c9
chore: Update .gitignore to exclude temporary test files and dependencies
· 4aac28bb
Caiyi H.
authored
1 year ago
4aac28bb
14 May, 2024
7 commits
chore: Temporarily enable user program build to make CI pass
· cca343f0
Caiyi H.
authored
1 year ago
cca343f0
chore: Update README.md with CI badges and dependencies
· 709ce379
Caiyi H.
authored
1 year ago
709ce379
Merge pull request #31 from neuq-rcore/add-dummy-test
· d1639608
Caiyi H.
authored
1 year ago
Add dummy test and CI workflow
d1639608
chore: Fix dummy test and artifact upload workflow
· b2b495d8
Caiyi H.
authored
1 year ago
b2b495d8
chore: use user version qemu
· e0a43cec
Caiyi H.
authored
1 year ago
e0a43cec
chore: Install dependencies for qemu-system-misc
· d917e0c5
Caiyi H.
authored
1 year ago
d917e0c5
chore: Add dummy test and artifact upload workflow
· 3a2b5fa3
Caiyi H.
authored
1 year ago
3a2b5fa3
13 May, 2024
11 commits
Remove hard linked user apps
· 03499d0e
Caiyi H.
authored
1 year ago
03499d0e
chore: fix code style
· 7ce960bc
Caiyi H.
authored
1 year ago
7ce960bc
Merge pull request #30 from neuq-rcore/impl-filesystem
· 47ec2c3c
Caiyi H.
authored
1 year ago
Impl filesystem
47ec2c3c
do not shutdown with panic
· 7c587994
Caiyi H.
authored
1 year ago
7c587994
feat: add some doc and improve readability
· 84bd1c9a
Caiyi H.
authored
1 year ago
84bd1c9a
Merge branch 'impl-filesystem' of github.com:neuq-rcore/rCore into impl-filesystem
· 5f2ff1da
Caiyi H.
authored
1 year ago
5f2ff1da
chore: format code
· d34199ff
Caiyi H.
authored
1 year ago
d34199ff
mount sdcard when running `make run`
· ab6fd7a8
Caiyi H.
authored
1 year ago
ab6fd7a8
Merge branch 'submit' into impl-filesystem
· 496ef2cf
Caiyi H.
authored
1 year ago
496ef2cf
Implement fat32 filesystem
· e361ab23
Caiyi H.
authored
1 year ago
e361ab23
Merge pull request #29 from neuq-rcore/impl-allocation
· 5e48403b
Caiyi H.
authored
1 year ago
Impl allocation
5e48403b