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
feat: standard vga support (mode switching, framebuffer remapping)
[lunaix-os.git]
/
lunaix-os
/
kernel
/
proc0.c
diff --git
a/lunaix-os/kernel/proc0.c
b/lunaix-os/kernel/proc0.c
index c7501af0e733c0769a23cd95fd2267d0dbfe9bd5..93cc0207ef4819c648908eb2337e7d746b0ccee3 100644
(file)
--- a/
lunaix-os/kernel/proc0.c
+++ b/
lunaix-os/kernel/proc0.c
@@
-18,8
+18,6
@@
#include <sdbg/protocol.h>
#include <sdbg/protocol.h>
-#include <hal/pci.h>
-
#include <klibc/string.h>
LOG_MODULE("PROC0")
#include <klibc/string.h>
LOG_MODULE("PROC0")
@@
-98,17
+96,12
@@
init_platform()
__VERSION__,
__TIME__);
__VERSION__,
__TIME__);
-
twifs_register_plugins
();
+
device_poststage
();
- /*
- * all device registering and loading must defered to here!
- * due to limited stack size and partial scheduling context
- */
- pci_load_devices();
+ twifs_register_plugins();
- // debugger
- serial_init();
- sdbg_init();
+ // FIXME Re-design needed!!
+ // sdbg_init();
// console
console_start_flushing();
// console
console_start_flushing();