From: Minep Date: Sun, 10 Dec 2023 13:50:32 +0000 (+0000) Subject: feat: owloysius - dynamic init function invocator X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/commitdiff_plain/7b8a1bcad75628f9add4590db2bb9b8e418ee8eb?hp=7b8a1bcad75628f9add4590db2bb9b8e418ee8eb feat: owloysius - dynamic init function invocator refactor: add a generic base struct to devices this allow us to specialize different kinds of device, sparating devfs tree node and real device, to save the overhead feat: add device aliasing (i.e. hard link in devfs) feat: add new gdb command to dump system log feat: make default system console configurable through `console=` boot command line fix: trying to delete mount point when unmounted. fix: ensure frame-point always included regardless optimization level chore: edit readme d ---