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
A Total Overhaul on the Lunaix's Virtual Memory Model (#26)
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
lxconsole.c
diff --git
a/lunaix-os/hal/char/lxconsole.c
b/lunaix-os/hal/char/lxconsole.c
index 53d01bbb50810360e3103eb6efadaa1e3510aaef..63876707cfe4ff87dc9523dbc133b71b082ce493 100644
(file)
--- a/
lunaix-os/hal/char/lxconsole.c
+++ b/
lunaix-os/hal/char/lxconsole.c
@@
-99,13
+99,13
@@
done:
int
__tty_write_pg(struct device* dev, void* buf, size_t offset)
{
int
__tty_write_pg(struct device* dev, void* buf, size_t offset)
{
- return __tty_write(dev, buf, offset, P
G
_SIZE);
+ return __tty_write(dev, buf, offset, P
AGE
_SIZE);
}
int
__tty_read_pg(struct device* dev, void* buf, size_t offset)
{
}
int
__tty_read_pg(struct device* dev, void* buf, size_t offset)
{
- return __tty_read(dev, buf, offset, P
G
_SIZE);
+ return __tty_read(dev, buf, offset, P
AGE
_SIZE);
}
int
}
int