URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [mips/] [kernel/] [bios32.c] - Rev 1775
Go to most recent revision | Compare with Previous | Blame | View Log
/* * bios 32 replacement */ unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end) { return memory_start; }
Go to most recent revision | Compare with Previous | Blame | View Log