File: bios32.c

package info (click to toggle)
kernel-source-2.0.32 2.0.32-5
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 29,648 kB
  • ctags: 86,850
  • sloc: ansic: 542,141; asm: 26,201; makefile: 3,423; sh: 1,195; perl: 727; tcl: 408; cpp: 277; lisp: 211; awk: 134
file content (7 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
/*
 * bios 32 replacement
 */
unsigned long bios32_init(unsigned long memory_start, unsigned long memory_end)
{
	return memory_start;
}