]>
git.mdlowis.com Git - proto/uefi.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Tue, 14 Feb 2023 04:37:04 +0000 (23:37 -0500)]
started implementing base system as hybrid of C and assembly. To replace C with assembly later
Michael D. Lowis [Thu, 9 Feb 2023 03:56:34 +0000 (22:56 -0500)]
started working on bare-metal onward implementation
Michael D. Lowis [Wed, 8 Feb 2023 03:04:54 +0000 (22:04 -0500)]
cleanup build error
Michael D. Lowis [Wed, 24 Nov 2021 01:47:33 +0000 (20:47 -0500)]
Successfully exiting boot services now.
Michael D. Lowis [Fri, 24 Sep 2021 02:25:25 +0000 (22:25 -0400)]
finally fixed scrolling
Michael D. Lowis [Thu, 23 Sep 2021 01:23:43 +0000 (21:23 -0400)]
fixed scrolling logic
Michael D. Lowis [Fri, 17 Sep 2021 18:17:55 +0000 (14:17 -0400)]
refactored uefi stuff
Michael D. Lowis [Fri, 17 Sep 2021 17:57:14 +0000 (13:57 -0400)]
refactored to isolate UEFI logic from Kernel core
Michael D. Lowis [Thu, 16 Sep 2021 02:38:23 +0000 (22:38 -0400)]
refactored video code
Michael D. Lowis [Wed, 15 Sep 2021 03:19:14 +0000 (23:19 -0400)]
refactored to add video file
Michael D. Lowis [Wed, 15 Sep 2021 02:33:08 +0000 (22:33 -0400)]
added experimental code for graphics protocol
Michael D. Lowis [Fri, 10 Sep 2021 02:40:25 +0000 (22:40 -0400)]
initial commit. hello world.