search for: yourbootsetorfile

Displaying 2 results from an estimated 2 matches for "yourbootsetorfile".

Did you mean: yourbootsectorfile
2014 Dec 05
0
vesamenu back to text before booting
...ould send a link to original documentation about your boot loader. About additional possibilities, there are 2 KERNEL-like directives for boot sectors files (IIRC, valid for SYSLINUX only, but I could be misremembering): LABEL asbootsector BS yourbootsectorfile LABEL as_doslike_bootsector BSS yourbootsetorfile Similarly, chain.c32 also accepts bs/bss options. For example: LABEL chain_to_bs_in_same_boot_partition COM32 chain.c32 APPEND boot bs=yourbootsectorfile There are additional options for chain.c32 (see the 2 wiki pages about it). Regards, Ady.
2014 Dec 05
8
vesamenu back to text before booting
On Fri, 5 Dec 2014, Gene Cumm wrote: > >> mostly in C and be BIOS-only) or making the MirOS kernel act like > >> either an MBOOT kernel or a Linux kernel (for their boot protocols), The MirBSD _bootloader_ (not kernel) can act as a Multiboot kernel. It can then use disc access (not PXE), or you can pass it the ?real? kernel, but also e.g. configuration files, as Multiboot