Skip to content

ARM64 Port #18

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

Open
8 of 10 tasks
cl91 opened this issue Jan 10, 2025 · 0 comments
Open
8 of 10 tasks

ARM64 Port #18

cl91 opened this issue Jan 10, 2025 · 0 comments

Comments

@cl91
Copy link
Owner

cl91 commented Jan 10, 2025

Current status: boots to NTOS Executive task. No timer driver yet, so system not functional. No vga driver, so no framebuffer output.

Tasks to be done:

  • Program Entrance (ntdll!LdrInitializeThunk)
  • ARM64 SEH (Structured Exception Handling). See below.
  • WDM coroutine (wdm.dll)
  • Timer interrupt and RTC driver in NT Executive
  • Copy elfloader from seL4
  • Device tree parsing and enumeration (devtree.sys)

ARM64 Structured Exception Handling (ntdll.dll):

  • RtlUnwind, RtlUnwindEx, __C_specific_handler. These are shared with amd64 now.
  • RtlVirtualUnwind. This is taken from WINE.
  • RtlCaptureContext. Taken from WINE.
  • KiContinue.
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

No branches or pull requests

1 participant