Subversion Repositories HelenOS-historic

Rev

Rev 178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 178 Rev 219
Line 117... Line 117...
117
	#memory size in 1 kb chunks
117
	#memory size in 1 kb chunks
118
e801memorysize:
118
e801memorysize:
119
	.long	0
119
	.long	0
120
 
120
 
121
e820counter:
121
e820counter:
122
	.byte 0xff
122
	.byte 0x0
123
 
123
 
124
e820table:
124
e820table:
125
	.space  (32*E820_RECORD_SIZE),0xff # space for 32 records, each E820_RECORD_SIZE bytes long
125
	.space  (32*E820_RECORD_SIZE),0x0 # space for 32 records, each E820_RECORD_SIZE bytes long