From 0fff2e6dc6fae82da1c7978918a490c25cc36f04 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 1 Sep 2018 12:44:10 +0200 Subject: rename multiboot.s to start.s --- asm/multiboot.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 asm/multiboot.h (limited to 'asm/multiboot.h') diff --git a/asm/multiboot.h b/asm/multiboot.h deleted file mode 100644 index f2acaf1..0000000 --- a/asm/multiboot.h +++ /dev/null @@ -1,16 +0,0 @@ -/** - * @file - * _multiboot.s_ defines the following sections/functions, some are linked at - * specific addresses in the final ELF kernel binary. - * This is specified in the _linker.ld_ file. - * - * * 0x07000 .smp - entry point for application processors (16bit code) - * * 0x10000 .multiboot - the multiboot header - * * .text - * * .bootstrap_stack - * * _start() - main entry point for booting cpu, calls kernel_main(). - */ - -/** This will be called by a multiboot compilant boot-loader (i.e. grub2) */ -void _start(); - -- cgit v1.2.3