File: start32.h

package info (click to toggle)
mknbi 1.4.4-1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 828 kB
  • ctags: 1,383
  • sloc: ansic: 3,511; asm: 2,374; perl: 1,368; makefile: 249; sh: 74; pascal: 37
file content (10 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
/* Assembler routines */
extern unsigned long currticks(void);
extern int console_getc(void);
extern void console_putc(int);
extern int console_ischar(void);
extern int console_getshift(void);
extern void cpu_nap(void);
extern unsigned int memsize(void);
extern unsigned short basememsize(void);
extern int meme820(struct e820entry *buf, int count);