Conversation
Owner
Author
|
We now have a trivial assembler that can assemble two kinds of instruction! We can write with it a program to halt the system by sending |
Owner
Author
|
Another program that use an invalid |
Owner
Author
|
Not too far from hello world:
|
Owner
Author
|
Owner
Author
|
I'm wondering if it wouldn't be more fun to implement the assembler in Lisp inside MOROS. Currently we just need enough instructions to use the various syscalls. |
This file contains hidden or 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
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.
This PR is a continuation of #549 where we added the iced-x86 crate and a
--dissambleoption to theelfcommand. It can't be merged in MOROS v0.10.1 because it makes the kernel larger that the 2MB limit required by the location of the superblock on the disk.https://github.com/icedland/iced/tree/master/src/rust/iced-x86