Skip to content

Make bootloader compatible with Theseus #2

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

Merged
merged 10 commits into from
Dec 4, 2022
Merged

Make bootloader compatible with Theseus #2

merged 10 commits into from
Dec 4, 2022

Conversation

tsoutsman
Copy link
Member

Summary of changes:

  • Add size to boot info
  • Add modules to boot info
  • Add kernel elf sections to boot info
  • Remove BIOS building from build script
  • Make kernel stack page aligned
  • Modify stack to use last page of memory (fixes Last page of stack memory is not used rust-osdev/bootloader#294)
  • Add stack guard page
  • Remove push operation from context switch
  • Modify frame allocator to only allocate frames above 0x10000

Signed-off-by: Klim Tsoutsman klim@tsoutsman.com

Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
@tsoutsman tsoutsman merged commit e1c825f into theseus Dec 4, 2022
tsoutsman added a commit that referenced this pull request Dec 4, 2022
Summary of changes:
- Add size to boot info
- Add modules to boot info
- Add kernel elf sections to boot info
- Remove BIOS building from build script
- Make kernel stack page aligned
- Modify stack to use last page of memory (fixes rust-osdev#294)
- Add stack guard page
- Remove push operation from context switch
- Modify frame allocator to only allocate frames above 0x10000
- Add support for arbitrary files in UEFI image

Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
tsoutsman added a commit that referenced this pull request Dec 4, 2022
Summary of changes:
- Add size to boot info
- Add modules to boot info
- Add kernel elf sections to boot info
- Remove BIOS building from build script
- Make kernel stack page aligned
- Modify stack to use last page of memory (fixes rust-osdev#294)
- Add stack guard page
- Remove push operation from context switch
- Modify frame allocator to only allocate frames above 0x10000
- Add support for arbitrary files in UEFI image

Signed-off-by: Klim Tsoutsman <klim@tsoutsman.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant