Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
破败王者之剑
OSKernel2022-LOS
Commits
4b06c935
Commit
4b06c935
authored
3 years ago
by
last-las
Browse files
Options
Download
Patches
Plain Diff
implement tcsetattr and tcgetattr
parent
e976931c
game
driver_dev
fat32_dev
heap_dev
k210_dev
master
match
test_oskernel
vfs_dev
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
share/src/ipc.rs
+16
-1
share/src/ipc.rs
share/src/lib.rs
+1
-0
share/src/lib.rs
share/src/syscall/error.rs
+3
-1
share/src/syscall/error.rs
share/src/syscall/mod.rs
+1
-3
share/src/syscall/mod.rs
share/src/terminal.rs
+34
-19
share/src/terminal.rs
user/drivers/terminal/src/main.rs
+68
-22
user/drivers/terminal/src/main.rs
user/drivers/terminal/src/uart_16550.rs
+3
-1
user/drivers/terminal/src/uart_16550.rs
user/lib/src/bin/test_driver.rs
+13
-1
user/lib/src/bin/test_driver.rs
user/lib/src/lib.rs
+1
-0
user/lib/src/lib.rs
user/lib/src/termios.rs
+40
-0
user/lib/src/termios.rs
with
180 additions
and
48 deletions
+180
-48
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets