git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Architectural Support: x86_64 (#37)
[lunaix-os.git]
/
lunaix-os
/
arch
/
README.md
diff --git
a/lunaix-os/arch/README.md
b/lunaix-os/arch/README.md
index 0a2ead5628de24c4691241796bfe29f89cba3397..df5349fb3655058b57050fd6034471c3fa94dd9b 100644
(file)
--- a/
lunaix-os/arch/README.md
+++ b/
lunaix-os/arch/README.md
@@
-19,13
+19,13
@@
Lunaix provide bunch of headers that **MUST** be implemented.
+ Add implementation to function signature defined in header files under
`includes/lunaix/generic`
+ Add implementation to function signature defined in header files under
`includes/lunaix/generic`
-+ Add implementation of syscall dispatching (Reference: `arhc/
i3
86/syscall.S`)
++ Add implementation of syscall dispatching (Reference: `arhc/
x
86/syscall.S`)
+ Add implementation of interrupt handler dispatching (Reference:
+ Add implementation of interrupt handler dispatching (Reference:
- `arhc/
i3
86/exceptions/intrhnds.S`)
+ `arhc/
x
86/exceptions/intrhnds.S`)
+ Add implementation of context switching, signal handling. (Reference:
+ Add implementation of context switching, signal handling. (Reference:
- `arhc/
i3
86/exceptions/interrupt.S`)
+ `arhc/
x
86/exceptions/interrupt.S`)
**TODO: make this procedure more standalone**
## Preparing the Flows
**TODO: make this procedure more standalone**
## Preparing the Flows