X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/32b9a6d76790c73d3d2d36d9081a2581cc65d184..28c176b668c841a3b7fb093faccf0efa39257603:/lunaix-os/arch/README.md diff --git a/lunaix-os/arch/README.md b/lunaix-os/arch/README.md index 0a2ead5..df5349f 100644 --- 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 of syscall dispatching (Reference: `arhc/i386/syscall.S`) ++ Add implementation of syscall dispatching (Reference: `arhc/x86/syscall.S`) + Add implementation of interrupt handler dispatching (Reference: - `arhc/i386/exceptions/intrhnds.S`) + `arhc/x86/exceptions/intrhnds.S`) + Add implementation of context switching, signal handling. (Reference: - `arhc/i386/exceptions/interrupt.S`) + `arhc/x86/exceptions/interrupt.S`) **TODO: make this procedure more standalone** ## Preparing the Flows