[roll] Roll fuchsia [kernel][x86][smp] make a copy of the GDT to the low memory bootstrap region

To avoid issues with a kernel loaded >4GB physical, also make a copy of
the GDT to the low memory region set aside for the bootstrap cpus so
they wont fail with trying to lgdt in 32bit mode.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/741363
Original-Revision: 379479dcc89f993ab6d682415452c1aabc924a4e
GitOrigin-RevId: f39e9fb6da80bc119c1c9db5f90bfca9998611b2
Change-Id: I73b5c0cc1f20b3c8cf555d09861ffb17b8d1c4d8
1 file changed
tree: 665f729c497b2f4e79c64976871ccf27bba70c64
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.