kern

diff src/intr.h @ 49:50730d42d2d3

fuck yeah, now do priviledge levels and TSS
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 30 Jul 2011 07:21:54 +0300
parents f65b348780e3
children b1e8c8251884
line diff
     1.1 --- a/src/intr.h	Thu Jul 28 17:56:05 2011 +0300
     1.2 +++ b/src/intr.h	Sat Jul 30 07:21:54 2011 +0300
     1.3 @@ -24,7 +24,7 @@
     1.4  	uint32_t eip, cs, eflags;
     1.5  	/* pushed by CPU during interrupt entry from user space */
     1.6  	uint32_t esp, ss;
     1.7 -};
     1.8 +} __attribute__ ((packed));
     1.9  
    1.10  
    1.11