Figure out how we support real realmode codegen #2
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#1 Support bios that expect a BPB being present
chalk-os/rustboot
Reference: chalk-os/rustboot#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the code generated by the rust target for the bootsector of bios boots is using size prefixed 32bit instructions to work in 16bit CPU mode. This should be changed.
For this there are two ideas: