summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source/FileReader.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-13 08:48:42 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-13 08:49:20 +0100
commitfb0d208bb2c6d8322ff1d483d92d143c6aaef9c1 (patch)
tree58874282f82d784bdea651dd9ef8e58426ee08ff /Private/NewBoot/Source/FileReader.cxx
parent6926ed5c2da1e8928e14fe38ffd431fe37694fb1 (diff)
HCR-15: Improve kernel and bootloader.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source/FileReader.cxx')
-rw-r--r--Private/NewBoot/Source/FileReader.cxx17
1 files changed, 7 insertions, 10 deletions
diff --git a/Private/NewBoot/Source/FileReader.cxx b/Private/NewBoot/Source/FileReader.cxx
index b26c4d78..5768cae0 100644
--- a/Private/NewBoot/Source/FileReader.cxx
+++ b/Private/NewBoot/Source/FileReader.cxx
@@ -19,11 +19,12 @@
/// BUGS: 0
////////////////////////////////////////////////////////////////////////////////////////////////////
-//
-//
-// @brief BImageReader class
-//
-//
+///
+///
+/// @name BFileReader class
+/// @brief Reads the file as a blob.
+///
+///
////////////////////////////////////////////////////////////////////////////////////////////////////
/***
@@ -102,11 +103,7 @@ BFileReader::~BFileReader() {
@brief this reads all of the buffer.
@param ImageHandle used internally.
*/
-Void BFileReader::ReadAll() {
- mWriter.WriteString(L"HCoreLdr: ReadAll: ")
- .WriteString(mPath)
- .WriteString(L"\r\n");
-
+Void BFileReader::Read() {
/// Allocate Handover page.
if (mBlob == nullptr) {