added link to Multiboot spec v0.6
This commit is contained in:
parent
e79d8e8066
commit
f798e334e6
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Multiboot Specivication 1 compliant firmware loader.
|
||||
*
|
||||
* See: https://www.gnu.org/software/grub/manual/multiboot/multiboot.pdf
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue