Skip to content

Commit

Permalink
This almost fully boots on the Dreamcast
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://newos.org/var/svn/newos/newos@820 c25cc9d1-44fa-0310-b259-ad778cb1d433
  • Loading branch information
Travis Geiselbrecht committed Nov 12, 2002
1 parent 835d4d1 commit d69cfaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootdc
@@ -1,3 +1,3 @@
#!/bin/sh
tools/netboot_dc -x 0x8c000000 final.sh4 192.168.0.82
tools/netboot_dc -x 0x8c000000 build/sh4/final 192.168.0.90

7 changes: 6 additions & 1 deletion lib/glue/lib0.c
Expand Up @@ -55,7 +55,12 @@ int __gxx_personality_v0(void)
return 0;
}

int __gxx_personality_sj0(void)
{
return 0;
}

void
__cxa_pure_virtual (void)
{
}
}

0 comments on commit d69cfaa

Please sign in to comment.