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
Change of vterm handling logic on backend chardev input event (#40)
[lunaix-os.git]
/
lunaix-os
/
kernel
/
kinit.c
diff --git
a/lunaix-os/kernel/kinit.c
b/lunaix-os/kernel/kinit.c
index ca28001f8bc66b255604297d727267455743ea3d..24550cf5192829fc2c7eb91adb0224dfe9038340 100644
(file)
--- a/
lunaix-os/kernel/kinit.c
+++ b/
lunaix-os/kernel/kinit.c
@@
-43,14
+43,9
@@
kernel_bootstrap(struct boot_handoff* bhctx)
/* Begin kernel bootstrapping sequence */
boot_begin(bhctx);
/* Begin kernel bootstrapping sequence */
boot_begin(bhctx);
- tty_init((void*)ioremap(0xB8000, PAGE_SIZE));
-
/* Setup kernel memory layout and services */
kmem_init(bhctx);
/* Setup kernel memory layout and services */
kmem_init(bhctx);
- // FIXME this goes to hal/gfxa
- tty_set_theme(VGA_COLOR_WHITE, VGA_COLOR_BLACK);
-
boot_parse_cmdline(bhctx);
/* Prepare stack trace environment */
boot_parse_cmdline(bhctx);
/* Prepare stack trace environment */