Displaying 20 results from an estimated 40000 matches similar to: "creating dos.bss with linux"
2008 Oct 22
3
Question about .bs and .bss style bootsectors.
Hello
Recently I've been happily experimenting with syslinux, replacing grub
and my old bootmanager. All works beautifully, but I have one question -
in case of .bss bootsectors - what exactly and under what circumstances
is patched in ?
With syslinux used as main bootmanager - bootsectors from xp64, xp32 and
[pre-syslinux] msdos 7.1 (98se) work perfectly fine when chainloaded
natively as
2002 Sep 13
1
Any errors in the process for creating bootable DOS image
Hi all,
I want to create a bootable DOS 6.22 image for
pxelinux + memdisk. The following is my steps, anyone
who knows what wrong with them?
1. Create image from a bootable floppy
dd if=/dev/fd0 of=dosboot.img
dd if=/dev/fd0 of=dos.bss bs=512 count=1
mount -o loop -t msdos dosboot.img /mnt/image
cp dos.bss /mnt/image
umount /mnt/image
2. config file in pxelinux.cfg folder
2008 Nov 11
3
Syslinux 3.70 - BSS DOS boot says: "Could not find kernel Image: linux".
Hello, I'm trying to create and boot a Win98SE-DOS OS through Hard Disk emulation. My src files are from a Win98SE 1440K floppy image file, with a x86 boot sector (dl'd from the net - I have no floppy drive and a slow net link 3.2KB).
I don't know what to put into the partition boot record of my image and how to load dos.bss properly (the docs explain for floppy images not for HD
2007 Feb 15
2
floppy problems after DOS booting with dos.bss and syslinux 3.xx
Hello,
I'm Rene living in Germany.
I have a problem when I use syslinux versions greater
than 3.xx for booting DOS (over dos.bss) and DSL-linux
from a hard disk. (I've tried version 3.11 and the
newest 3.36). The problem occurred after booting DOS -
I can not access to the ordinary 3.5'-floppy drive
(e.g. the command "dir a:" fails after a while). DOS
not even notices
2012 May 14
4
Boot sector file testcases
Does anyone have a collection of bootable .bs, .bss, .bin and .img files
that I could use for testing the booting functionality on the elflink
branch? A copy of the files and config file lines should be enough to
produce a testcase.
--
Matt Fleming, Intel Open Source Technology Center
2008 Jul 20
2
isolinux-3.70: Doesn't Load .BSS Images
Just tried the latest release and found a minor bug. Have
a UFD w/ SYSLINUX, which boots a simple .BSS image no problem.
Launching exactly the same image on a ISOLINUX disc fails w/
the following error msg:
Invalid image type for this media
That's it for this msg. Later....Jet
--
Powered by Outblaze
2005 Jan 12
1
problem loading a dos bss
I have a 2gig usb drive FAT formatted with 32K cluster
I used syslinux 3.06 to create a boot sector so that I could boot Damn
Small Linux, INSERT and memtest86.
They are all working fine.
I have a DOS bootable CD and have been following this guy's instructions...
http://fuzzymunchkin.dyndns.org/tdot/usbkeyfob/index.php3
I used a WinXP floppy formatted with the 'make ms-dos bootdisc'
2006 Nov 29
1
Booting with extlinux ?!?
Hi,
I'm unable to utilize extlinux properly. I must be doing something wrong:
Clear entire hdd:
dd if=/dev/zero of=/devv/hda bs=1M
Creating single active partition...:
fdisk /dev/hda
Formatting the partition...:
mkfs.ext2 /dev/hda1
Mount it:
mount /dev/hda1 /mnt/hd
Install extlinux:
extlinux -i /mnt/hd
reboot machine and force it to boot from the hdd...
"Booting from
2003 Jul 02
6
help: booting dos from syslinux/memdisk
Thanks for Remko for his help to solve the fractional cylinder problem.
But there is the second problem, the boot disk failure (see below << [B])
...
command line: initrd=disk.img harddisk c=2 h=256 s=63 BOOT_IMAGE=memdisk
Disk is hard disk, 16128K CHS=2/256/63 <<<< [A]
...
Loading boot sector... booting...
SYSLINUX 2.04
welcome!
boot: 1
[single dot]
2013 Sep 28
2
[LLVMdev] Add Support For .bss Named Section Directive For Darwin Targets
Hi - I've attached a patch to make the assembly parser recognise the
.bss directive on Darwin targets as a switch to the (__DATA,__bss)
section. The ELF & COFF assembly parsers already recongnise the .bss
directive. I've added a test case for it too. Thanks -
Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bss.patch
Type:
2013 Sep 29
2
[LLVMdev] Add Support For .bss Named Section Directive For Darwin Targets
I believe it's a feature missing in MC -
https://github.com/opensource-apple/cctools/blob/4da58fd2fc026317ed9e9ef1feabf21ed0bb7a81/cctools-836/as/i386.c
line
539 adds support for the .bss directive if certain variables are defined,
and mainline gas supports it on all ARM targets:
https://sourceware.org/binutils/docs/as/ARM-Directives.html . Supporting
the directive on all Darwin targets could
2013 Sep 29
0
[LLVMdev] Add Support For .bss Named Section Directive For Darwin Targets
Is this an extension to what cctools' assembler provides or a missing
feature in MC?
On 28 September 2013 18:48, Nicholas White <n.j.white at gmail.com> wrote:
> Hi - I've attached a patch to make the assembly parser recognise the
> .bss directive on Darwin targets as a switch to the (__DATA,__bss)
> section. The ELF & COFF assembly parsers already recongnise the .bss
2013 Sep 30
0
[LLVMdev] Add Support For .bss Named Section Directive For Darwin Targets
LGTM
On 29 September 2013 06:08, Nicholas White <n.j.white at gmail.com> wrote:
> I believe it's a feature missing in MC -
> https://github.com/opensource-apple/cctools/blob/4da58fd2fc026317ed9e9ef1feabf21ed0bb7a81/cctools-836/as/i386.c
> line 539 adds support for the .bss directive if certain variables are
> defined, and mainline gas supports it on all ARM targets:
>
2019 Apr 19
1
Question of syslinux chainloading
On 2019-4-13 8:45, Lu Wei wrote:
> On 2019-4-13 4:23, C. Masloch via Syslinux wrote:
>> MS-DOS 7.10 (first appearing in MSW 95 OSR2, later re-used in MSW 98
>> and 98 SE) and 8.00 (MSW Me, and MSW XP DOS boot diskettes) both
>> support FAT32 equally well.
>>
>> MS-DOS 8.00 (without some patches that are around) only supports
>> booting in DOS mode from
2017 Apr 24
4
why do undefined globals end up in .data instead of .bss?
On Mon, Apr 24, 2017 at 2:53 PM, Friedman, Eli <efriedma at codeaurora.org>
wrote:
> On 4/23/2017 10:10 AM, Andrew Kelley via llvm-dev wrote:
>
>> Here is a module:
>>
>> @vals = internal unnamed_addr global [20000000 x i32] undef, align 4
>>
>> LLVM puts the global in the .data section, and results in a 77MB .o file
>> of mostly zeroes. Why does
2010 Mar 05
1
[LLVMdev] Patch - SPU assembly printer to print ".section .bss"
Hello,
I noticed that the SPU assembly printer prints just ".bss", when gas
requires ".section .bss". Now the gas prints out:
Assembler messages:
Error: expected symbol name
Attached is a test case and a patch to fix this.
(This time 'make check' passes also ;)
kalle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: spu_bss.patch
2017 Apr 23
2
why do undefined globals end up in .data instead of .bss?
Here is a module:
@vals = internal unnamed_addr global [20000000 x i32] undef, align 4
When I compile it into an .o file:
$ clang -c test.ll
$ objdump -t test.o
test.o: file format elf64-x86-64
SYMBOL TABLE:
0000000000000000 l df *ABS* 0000000000000000 test.ll
0000000000000000 l O .data 0000000004c4b400 vals
LLVM puts the global in the .data section, and results in a 77MB .o file
2006 Feb 11
1
Wine 0.9.7 failure report: hungarian tax software
Hi,
I wanted to try Wine whether it was capable of running "Abev",
the official hungarian tax software.
http://www.apeh.hu/cgi-bin/lap.php?id=prog/pr2006
Main installer is: http://www.apeh.hu/cgi-bin/pil2006.pl?abev2006telep.exe
and one has to install at least one tax form type for this software to
be usable.
Choose one of the numbered tax form installers, e.g.:
2015 Aug 28
7
Clearing the BSS section
Hi,
I am writing a function that clears the BSS section on an Cortex-M4 embedded system.
The LLVM (version 3.7.0rc3) code I had wrote is :
;------------
target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
target triple = "thumbv7em-none--eabi"
@__bss_start = external global i32
@__bss_end = external global i32
define void @clearBSS () nounwind {
entry:
2003 Apr 16
1
Image remains too large
Hi,
I've read that Syslinux supports bzImage files now, but when I use
pxelinux (which I hope also supports it) with a bzImage, I get :
COMBOOT image too large
What can I do to fix this ?
Kind greetings,
Wim Godden