diff options
author | Regia König | 2022-08-09 12:13:16 +0200 |
---|---|---|
committer | Regia König | 2022-08-09 12:13:16 +0200 |
commit | 5184542fe78413ac8ec2ee078c4bffee174b0139 (patch) | |
tree | 8fe9955b51cf56876a1ea8b5411b50d88ac3d312 /documentation | |
parent | Move all documentation into directory -documentation- (diff) | |
download | memtest86-5184542fe78413ac8ec2ee078c4bffee174b0139.tar.gz memtest86-5184542fe78413ac8ec2ee078c4bffee174b0139.tar.xz memtest86-5184542fe78413ac8ec2ee078c4bffee174b0139.zip |
Correct edk2 build instructions order
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ovmf_with_gdb_16_5_2022.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ovmf_with_gdb_16_5_2022.txt b/documentation/ovmf_with_gdb_16_5_2022.txt index c5b8b7a..f2569d2 100644 --- a/documentation/ovmf_with_gdb_16_5_2022.txt +++ b/documentation/ovmf_with_gdb_16_5_2022.txt @@ -7,8 +7,8 @@ Build EDK2 using gcc as usual. $ git clone git@github.com:tianocore/edk2.git $ cd edk2 $ git submodule update --init --recursive +$ source edksetup.sh $ make -C BaseTools -$ source ./edksetup.sh $ build -p OvmfPkg/OvmfPkgX64.dsc -b DEBUG -a X64 -t GCC5 To make debugging easy, create a Makefile as follow. Note that we have to connect debugcon at 0x402 to dump debug information (debug.log) from OVMF[4]. |