log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
lcfOS
annotate kernel/arch/qemu_m3/archmem.c3 @ 387:
34ac19044b8a
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Hello world with paging in emulator
author
Windel Bouwman
date
Thu, 01 May 2014 22:09:18 +0200
parents
577ed7fb3fe4
children
rev
line source
367
577ed7fb3fe4
Try to make thumb work again
Windel Bouwman
parents:
diff
changeset
1
module archmem;
577ed7fb3fe4
Try to make thumb work again
Windel Bouwman
parents:
diff
changeset
2
import io;
577ed7fb3fe4
Try to make thumb work again
Windel Bouwman
parents:
diff
changeset
3
577ed7fb3fe4
Try to make thumb work again
Windel Bouwman
parents:
diff
changeset
4
function void init()
577ed7fb3fe4
Try to make thumb work again
Windel Bouwman
parents:
diff
changeset
5
{
577ed7fb3fe4
Try to make thumb work again
Windel Bouwman
parents:
diff
changeset
6
}
577ed7fb3fe4
Try to make thumb work again
Windel Bouwman
parents:
diff
changeset
7
577ed7fb3fe4
Try to make thumb work again
Windel Bouwman
parents:
diff
changeset
8