To-do
Known issues, planned activities, wishlists, etc.
If anyone is interested in carrying out the tasks or
activities below, please feel free to contact Shilpi
(shigoel@cs.utexas.edu).
TO-DO
- Remove the capability of reading and writing 6 and 10 bytes from
x86-operand-* functions, in light of alignment checking.
- Check the segmentation specification and test the far jmp
instruction.
- Verify guards of functions in
tools/execution/exec-loaders/elf/.
- Add support for handling more exceptions. In the past, no exception
handling was supported. In the effort to boot Linux, we added support for page
faults, but most other exceptions are still unhandled.
Wishlist
- Save memory by loading either the elf or mach-o stobj as
necessary, as opposed to loading both by default in
tools/execution/top.lisp.