mirror of
git://projects.qi-hardware.com/iris.git
synced 2025-04-21 12:27:27 +03:00
working on lcd
This commit is contained in:
@@ -28,7 +28,7 @@ arch_kernel_sources = mips/interrupts.cc mips/test.cc mips/arch.cc
|
||||
boot_sources = mips/init.cc
|
||||
BUILT_SOURCES = $(kernel_sources) $(boot_sources)
|
||||
arch_headers = mips/arch.hh
|
||||
boot_threads = thread0 thread1
|
||||
boot_threads = keyboard lcd
|
||||
|
||||
uimage:
|
||||
|
||||
|
||||
@@ -54,6 +54,7 @@ void Thread_arch_receive (Thread *thread, Capability::Context *c):
|
||||
thread->arch.t1 = c->data[1]
|
||||
thread->arch.t2 = c->data[2]
|
||||
thread->arch.t3 = c->data[3]
|
||||
thread->arch.v1 = c->protected_data
|
||||
thread->arch.v0 = 1
|
||||
|
||||
void Thread_arch_receive_fail (Thread *thread):
|
||||
|
||||
Reference in New Issue
Block a user