File: start32.h

package info (click to toggle)
mknbi 1.4.4-10
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 944 kB
  • ctags: 1,535
  • sloc: ansic: 3,511; asm: 2,374; perl: 1,368; makefile: 210; sh: 65; 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);