linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* (no subject)
@ 2001-05-31 16:53 Ramil.Santamaria
  2001-05-31 20:37 ` your mail Andrzej Krzysztofowicz
  0 siblings, 1 reply; 3+ messages in thread
From: Ramil.Santamaria @ 2001-05-31 16:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: kErNeL-kRaCkEr

Minor issue with bootsect.s.

The single instance of the lds assembly instruction includes the comment of
!  ds:si is source
...
seg fs
lds  si,(bx)        !     ds:si is source
...
Is this comment not in reverse order (i.e should be lds
dest,src)................


Ramil J.Santamaria
Toshiba America Information Systems
ramil.santamaria@tais.toshiba.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: your mail
  2001-05-31 16:53 Ramil.Santamaria
@ 2001-05-31 20:37 ` Andrzej Krzysztofowicz
  2001-05-31 23:04   ` H. Peter Anvin
  0 siblings, 1 reply; 3+ messages in thread
From: Andrzej Krzysztofowicz @ 2001-05-31 20:37 UTC (permalink / raw)
  To: kufel!tais.toshiba.com!Ramil.Santamaria
  Cc: kufel!vger.kernel.org!linux-kernel

> 
> Minor issue with bootsect.s.

1. bootsect.S is the source file

> The single instance of the lds assembly instruction includes the comment of
> !  ds:si is source
> ...
> seg fs
> lds  si,(bx)        !     ds:si is source
> ...
> Is this comment not in reverse order (i.e should be lds
> dest,src)................

2. This is not a comment of i386 mnemonics. This comments the role of
   specific register in the following instructions.

BTW, linux-kernel readers: anybody is a volunteer for making the kernel size
counter 32-bit here? This would enable using the simple bootloader for
greater kernel loading...  (current limit is sligtly below 1MB)
Possibly some 16/32-bit real mode code mixing would be necessary.

Andrzej

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: your mail
  2001-05-31 20:37 ` your mail Andrzej Krzysztofowicz
@ 2001-05-31 23:04   ` H. Peter Anvin
  0 siblings, 0 replies; 3+ messages in thread
From: H. Peter Anvin @ 2001-05-31 23:04 UTC (permalink / raw)
  To: linux-kernel

Followup to:  <200105312037.WAA01610@kufel.dom>
By author:    Andrzej Krzysztofowicz <kufel!ankry@green.mif.pg.gda.pl>
In newsgroup: linux.dev.kernel
> 
> BTW, linux-kernel readers: anybody is a volunteer for making the kernel size
> counter 32-bit here? This would enable using the simple bootloader for
> greater kernel loading...  (current limit is sligtly below 1MB)
> Possibly some 16/32-bit real mode code mixing would be necessary.
> 

PLEASE don't go there.  bootsect.S is fundamentally broken these days
(doesn't work on USB floppies, for example.)  It should be killed
DEAD, DEAD, DEAD and not dragged along like a dead albatross.

	-hpa
-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-05-31 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-31 16:53 Ramil.Santamaria
2001-05-31 20:37 ` your mail Andrzej Krzysztofowicz
2001-05-31 23:04   ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).