aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-26 15:35:44 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-26 15:35:44 +0300
commit68df60dddacb708019dc37aaeeaad97d7f4c6ad4 (patch)
tree6c209adaf2c981939bc2a9e7b200de59ca29a9b2
parentf9c48ad1902e8ca8dc073471f54d7c05d94be604 (diff)
downloadUEFI-Lessons-68df60dddacb708019dc37aaeeaad97d7f4c6ad4.tar.gz
UEFI-Lessons-68df60dddacb708019dc37aaeeaad97d7f4c6ad4.tar.bz2
UEFI-Lessons-68df60dddacb708019dc37aaeeaad97d7f4c6ad4.zip
Add code to the binary modules lesson
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r--Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/BinaryModule.inf12
-rw-r--r--Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/Shell.efibin0 -> 929344 bytes
-rw-r--r--Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/hello.txt1
-rw-r--r--Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/world.txt1
4 files changed, 14 insertions, 0 deletions
diff --git a/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/BinaryModule.inf b/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/BinaryModule.inf
new file mode 100644
index 0000000..9b85d76
--- /dev/null
+++ b/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/BinaryModule.inf
@@ -0,0 +1,12 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = BinaryModule
+ FILE_GUID = a580fb82-9d1f-480b-ba42-17273d861c95
+ MODULE_TYPE = USER_DEFINED
+ VERSION_STRING = 1.0
+
+[Binaries]
+ PE32|Shell.efi
+ RAW|hello.txt
+ RAW|world.txt
+
diff --git a/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/Shell.efi b/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/Shell.efi
new file mode 100644
index 0000000..aabd950
--- /dev/null
+++ b/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/Shell.efi
Binary files differ
diff --git a/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/hello.txt b/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/hello.txt
new file mode 100644
index 0000000..ce01362
--- /dev/null
+++ b/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/hello.txt
@@ -0,0 +1 @@
+hello
diff --git a/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/world.txt b/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/world.txt
new file mode 100644
index 0000000..18df798
--- /dev/null
+++ b/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/world.txt
@@ -0,0 +1 @@
+world!