This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb09f79
commit 473a242
Showing
6 changed files
with
31 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
#ifndef SYSSUPPORT_H | ||
#define SYSSUPPORT_H | ||
|
||
#include "pandos_types.h" | ||
|
||
/* TODO fare static */ | ||
extern unsigned int get_TOD(void); | ||
extern void terminate(void); | ||
extern int write_to_printer(unsigned int virtAddr, int len, unsigned int asid); | ||
extern int write_to_terminal(unsigned int virtAddr, int len, unsigned int asid); | ||
extern void support_trap_handler(support_t* act_proc_sup); | ||
extern int read_from_terminal(unsigned int virtAddr, unsigned int asid); | ||
|
||
|
||
|
||
|
||
extern void support_trap_handler(support_t* act_proc_sup); | ||
|
||
extern void support_exec_handler(void); | ||
|
||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters