mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-13 14:36:37 -04:00
Add docs.
This commit is contained in:
parent
6b0d8de10e
commit
c38552daa3
@ -12,12 +12,20 @@
|
|||||||
#include "boot_32.hpp"
|
#include "boot_32.hpp"
|
||||||
|
|
||||||
#include "gdt_types.hpp"
|
#include "gdt_types.hpp"
|
||||||
void __attribute__ ((noreturn)) rm_main();
|
|
||||||
void __attribute__ ((noreturn)) foo(){ rm_main(); }
|
|
||||||
#include "e820_types.hpp"
|
#include "e820_types.hpp"
|
||||||
#include "vesa_types.hpp"
|
#include "vesa_types.hpp"
|
||||||
#include "early_memory.hpp"
|
#include "early_memory.hpp"
|
||||||
|
|
||||||
|
/*
|
||||||
|
*
|
||||||
|
* This is required for QEMU boot.
|
||||||
|
* See https://github.com/wichtounet/thor-os/issues/24
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
void __attribute__ ((noreturn)) rm_main();
|
||||||
|
void __attribute__ ((noreturn)) foo(){ rm_main(); }
|
||||||
|
|
||||||
e820::bios_e820_entry bios_e820_entries[e820::MAX_E820_ENTRIES];
|
e820::bios_e820_entry bios_e820_entries[e820::MAX_E820_ENTRIES];
|
||||||
|
|
||||||
gdt::task_state_segment_t tss; // TODO Remove this (causes relocation errors for now)
|
gdt::task_state_segment_t tss; // TODO Remove this (causes relocation errors for now)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user