bunch of work in progress on getting x86_64 bootstrap working.
commit01dd60b404f34f8664d9ad34f203dc07114e5d01
authorTravis Geiselbrecht <geist@newos.org>
Mon, 26 May 2008 01:47:48 +0000 (26 01:47 +0000)
committerTravis Geiselbrecht <geist@newos.org>
Mon, 26 May 2008 01:47:48 +0000 (26 01:47 +0000)
tree99e1eca3b3b2dc44ef1869789984e447a6c91c37
parent69e17f85333dde9ad4c320a25c0ce222f759faa7
bunch of work in progress on getting x86_64 bootstrap working.
Currently loading against grub, and am going to unify the stage1 and stage2
loaders into a single loader.

git-svn-id: svn+ssh://newos.org/var/svn/newos/newos@1244 c25cc9d1-44fa-0310-b259-ad778cb1d433
14 files changed:
boot/pc/x86_64/bootblock.S [deleted file]
boot/pc/x86_64/bootblock.ld [deleted file]
boot/pc/x86_64/config.ini
boot/pc/x86_64/dummy.ini [new file with mode: 0644]
boot/pc/x86_64/inflate.c
boot/pc/x86_64/inflate.h
boot/pc/x86_64/makefile
boot/pc/x86_64/stage1.c
boot/pc/x86_64/stage1.h
boot/pc/x86_64/stage1.ld
boot/pc/x86_64/stage1_entry.S
boot/pc/x86_64/stage2.c
make.syscfg
templates/app.mk