-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add split id support for the kernel image. Userspace will need a load of things dealing with including binary format and also lower level changes so that valaddr can do the right thing for signals (where it's a code pointer) and disk I/O can be told to load into code or data space. (and then there's swap to worry about too)
- Loading branch information
1 parent
de68da3
commit 01b1e06
Showing
6 changed files
with
424 additions
and
65 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
tools/visualize6800: tools/visualize6800.c | ||
tools/visualize_splitid: tools/visualize_splitid.c | ||
|
||
tools/pack85: tools/pack85.c | ||
|
||
fuzix.bin: target $(OBJS) tools/pack85 tools/visualize6800 | ||
fuzix.bin: target $(OBJS) tools/visualize_splitid | ||
+$(MAKE) -C platform/platform-$(TARGET) image | ||
tools/visualize6800 <fuzix.map | ||
tools/visualize_splitid <fuzix.map |
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
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
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
Oops, something went wrong.