-
Notifications
You must be signed in to change notification settings - Fork 36
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
Publish version 0.11.0 #710
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
vinc
commented
Dec 21, 2024
- Add VGA graphics ( Add VGA graphics #687)
- Add VgaFont device (Add VgaFont device #653)
- Add a line mode to the editor (Add a line mode to the editor #660)
- Add chess puzzle (Add chess puzzle #662)
- Add diff command (Add diff command #657)
- Add filetype syscall (Add filetype syscall #655)
- Add geocal program (Add geocal program #679)
- Add geodate program (Add geodate program #304)
- Add mandelbrot program (Add mandelbrot program #689)
- Add more restrictive mapping on page fault (Add more restrictive mapping on page fault #675)
- Add network config devices (Add network config devices #700)
- Add pkg command (Add pkg command #663)
- Add scrollback buffer support (Add scrollback buffer support #627)
- Add search to editor (Add search to editor #659)
- Add search to viewer (Add search to viewer #666)
- Add speaker device (Add speaker device #693)
- Add special alloc_error_handler for userspace (Add special alloc_error_handler for userspace #673)
- Add write --parents option (Add write --parents option #664)
- Align cursor after scrolling in the editor (Align cursor after scrolling in the editor #671)
- Copy memory on instruction fetch page fault (Copy memory on instruction fetch page fault #677)
- Create clock module (Create clock module #691)
- Create memory module (Create memory module #690)
- Enable userspace memory deallocation (Enable userspace memory deallocation #676)
- Ensure uninitialized data is zeroed when loading binary (Ensure uninitialized data is zeroed when loading binary #681)
- Fix binary loading (Fix binary loading #674)
- Fix block bitmap area calculation (Fix block bitmap area calculation #638)
- Fix clock API (Fix clock API #698)
- Fix shell autocomplete command path (Fix shell autocomplete command path #678)
- Fix usage of CSI sequences for scrolling the scrollback buffer (Fix usage of CSI sequences for scrolling the scrollback buffer #667)
- Fix userspace heap address (Fix userspace heap address #668)
- Free process memory on exit (Free process memory on exit #686)
- Improve Lisp (Improve Lisp #684)
- Improve documentation (Improve documentation #697)
- Improve option parsing (Improve option parsing #665)
- Improve process code alloc (Improve process code alloc #669)
- Limit prompt line to screen width (Limit prompt line to screen width #704)
- List processors at boot (List processors at boot #692)
- Refactor vga driver (Refactor vga driver #688)
- Replace base64 command with encode and decode (Replace base64 command with encode and decode #654)
- Replace fetch by get (Replace fetch by get #652)
- Update HTTP server (Update HTTP server #702)
- Update Rust to nightly-2024-06-01 (Update Rust to nightly-2024-06-01 #646)
- Update Rust to nightly-2024-09-01 (Update Rust to nightly-2024-09-01 #672)
- Update clipboard behavior in editor (Update clipboard behavior in editor #706)
- Update hash command (Update hash command #656)
- Update panic handler (Update panic handler #680)
- Update web commands (Update web commands #703)
- Upgrade Rust to nightly-2024-12-01 (Upgrade Rust to nightly-2024-12-01 #708)
- Upgrade base64 module (Upgrade base64 module #699)
- Upgrade smoltcp to 0.12.0 (Upgrade smoltcp to 0.12.0 #709)
- Use ptr::copy_nonoverlapping to load binaries (Use ptr::copy_nonoverlapping to load binaries #670)
- Use string instead of float as clock device output format (Use string instead of float as clock device output format #696)
- Bump lazy_static from 1.4.0 to 1.5.0 (Bump lazy_static from 1.4.0 to 1.5.0 #643)
- Bump libm from 0.2.8 to 0.2.11 (Bump libm from 0.2.8 to 0.2.11 #695)
- Bump num-bigint from 0.4.5 to 0.4.6 (Bump num-bigint from 0.4.5 to 0.4.6 #644)
- Bump object from 0.36.0 to 0.36.1 (Bump object from 0.36.0 to 0.36.1 #645)
- Bump object from 0.36.1 to 0.36.2 (Bump object from 0.36.1 to 0.36.2 #649)
- Bump object from 0.36.2 to 0.36.3 (Bump object from 0.36.2 to 0.36.3 #650)
- Bump object from 0.36.3 to 0.36.4 (Bump object from 0.36.3 to 0.36.4 #651)
- Bump object from 0.36.4 to 0.36.5 (Bump object from 0.36.4 to 0.36.5 #685)
- Bump raw-cpuid from 11.0.2 to 11.1.0 (Bump raw-cpuid from 11.0.2 to 11.1.0 #648)
- Bump raw-cpuid from 11.1.0 to 11.2.0 (Bump raw-cpuid from 11.1.0 to 11.2.0 #683)
- Bump uart_16550 from 0.3.0 to 0.3.1 (Bump uart_16550 from 0.3.0 to 0.3.1 #647)
- Bump uart_16550 from 0.3.1 to 0.3.2 (Bump uart_16550 from 0.3.1 to 0.3.2 #701)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.