All of lore.kernel.org
 help / color / mirror / Atom feed
* A newbie's question
@ 2002-09-26 14:52 immortal1015
  2002-09-26 15:22 ` jbradford
  2002-09-26 16:14 ` DervishD
  0 siblings, 2 replies; 8+ messages in thread
From: immortal1015 @ 2002-09-26 14:52 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

Hi, all. I am a newbie to Linuxe Kernel. I am reading the kernel source about bootstrap in Linux.
I was confused by the boot.s:
/////////////////////////////
   	mov	ax,#BOOTSEG
	mov	ds,ax
	mov	ax,#INITSEG
	mov	es,ax
	mov	cx,#256
	sub	si,si
	sub	di,di
	rep
	movw
	jmpi	go,INITSEG
/////////////////////////////
1. What assembly language used in boot.s? Intel Asm or AT&T?
2. Where is the definition of operand movw and jmpi? I cant find it in the Intel Manual.

Please give me some adivices.

Best regards.



^ permalink raw reply	[flat|nested] 8+ messages in thread
* A newbie's question
@ 2015-12-08 18:28 David Li
  2015-12-08 18:48 ` Higgs, Stephen
  0 siblings, 1 reply; 8+ messages in thread
From: David Li @ 2015-12-08 18:28 UTC (permalink / raw)
  To: selinux

Hi,

I thought I would post this question here in addition to the Fedora
list to get more help.

----

Maybe this is just for my own clarifications;
I am about to start SELinux learning and development.  I have a stock
Cento 7.1 install and I am curious what''s difference between the
following two:

1. Enable SElinux and setenforce 1 on the stock install

vs.

2. Build a reference policy RPM and install it on the box. Then do
step 1 as above.

Are there any differences in terms of ref policy? Would step 1 also
have the ref policy enabled by default too?

Thanks.

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

end of thread, other threads:[~2015-12-11 17:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-26 14:52 A newbie's question immortal1015
2002-09-26 15:22 ` jbradford
2002-09-26 16:14 ` DervishD
  -- strict thread matches above, loose matches on Subject: below --
2015-12-08 18:28 David Li
2015-12-08 18:48 ` Higgs, Stephen
2015-12-11 16:31   ` David Li
2015-12-11 17:07     ` Higgs, Stephen
2015-12-11 17:33       ` David Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.