SimpleKernel
0.0.1
|
boot cpp More...
#include <exception>
#include <stdexcept>
#include "load_elf.h"
#include "ostream.hpp"
#include "project_config.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | efi_main (EFI_HANDLE _image_handle, [[maybe_unused]] EFI_SYSTEM_TABLE *_system_table) |
Variables | |
uintptr_t | ImageBase = 0 |
boot cpp
Date | Author | Description |
---|---|---|
2023-07-15 | Zone.N (Zone.) Niuz h@hot mail .com | 创建文件 |
Definition in file boot.cpp.
EFI_STATUS EFIAPI efi_main | ( | EFI_HANDLE | _image_handle, |
[[maybe_unused] ] EFI_SYSTEM_TABLE * | _system_table | ||
) |
Definition at line 27 of file boot.cpp.