Comment hulk.hulk module a bit
This commit is contained in:
parent
bd99e429a9
commit
c58284761a
@ -1,9 +1,17 @@
|
||||
/**
|
||||
* HULK, the HOS Ultra Light Kernel.
|
||||
*/
|
||||
module hulk.hulk;
|
||||
|
||||
import hulk.bootinfo;
|
||||
import hos.memory;
|
||||
import ldc.attributes;
|
||||
|
||||
/**
|
||||
* HULK entry point.
|
||||
*
|
||||
* @param bootinfo Pointer to HULK boot information structure.
|
||||
*/
|
||||
@(ldc.attributes.section(".hulk_start"))
|
||||
extern(C) void hulk_start(ulong rdi, ulong rsi, ulong rdx, BootInfo * bootinfo)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user