Renamed main.c.

This commit is contained in:
Greg Watson 2003-04-24 03:27:19 +00:00
parent 0ce38d95fe
commit 08d9a1daf3

View file

@ -12,7 +12,7 @@ nsuperio NSC/pc97307 com1={1} com2={1} floppy=0 lpt=1 keyboard=1 hwmonitor=1
## ##
## Build the objects we have code for in this directory. ## Build the objects we have code for in this directory.
## ##
object main.o object hardwaremain.o
object sandpoint.o object sandpoint.o
dir nvram dir nvram
@ -88,7 +88,7 @@ expr PAYLOAD_SIZE =ROM_SECTION_SIZE - ROM_IMAGE_SIZE
## ##
## Compute where this copy of linuxBIOS will start in the boot rom ## Compute where this copy of linuxBIOS will start in the boot rom
## ##
expr _ROMBASE=0xff000000 expr _ROMBASE=0xfff00000
## ##
## SMP in the future? ## SMP in the future?