-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsys.h
More file actions
30 lines (21 loc) · 739 Bytes
/
Copy pathsys.h
File metadata and controls
30 lines (21 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#define VGA_START 0x00200000
#define VGA_MAXLINE 30
#define VGA_MAXCOL 80
#define KEY_TAIL 0x00300020
#define KEY_START 0x00300000
#define TIME_ADDR 0x00400000
void putstr(char* str);
void putch(char ch);
void vga_init(void);
void vga_line_add();//vga
char getch();
void putcom(char ch);//kbd
void deal_com(char * com );//deal command
int strcmp(const char*s1,const char* s2);
unsigned int __udivsi3(unsigned int a, unsigned int b);
unsigned int __umodsi3(unsigned int a, unsigned int b);
int __divsi3(int a, int b) ;
int __modsi3(int a,int b) ;
long long int _long_divsi3(long long int a, int b) ;
long long int _long_modsi3(long long int a,int b) ;
unsigned int __mulsi3(unsigned int a, unsigned int b) ;//calculation