summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
John Tsiombikas [Wed, 6 Jul 2022 04:41:09 +0000 (07:41 +0300)]
fixed offset in notes
John Tsiombikas [Wed, 6 Jul 2022 04:31:59 +0000 (07:31 +0300)]
added video bios vector detection and attempt to initialize it if it's
missing
John Tsiombikas [Tue, 5 Jul 2022 05:04:29 +0000 (08:04 +0300)]
it works! (on some machines, let's investigate further)
John Tsiombikas [Tue, 5 Jul 2022 03:16:56 +0000 (06:16 +0300)]
ops, forgot to load the 16bit IDT, also serial print of IVT
John Tsiombikas [Mon, 4 Jul 2022 18:33:58 +0000 (21:33 +0300)]
switched to 16bit mode, but int 10h hangs
John Tsiombikas [Mon, 4 Jul 2022 15:47:02 +0000 (18:47 +0300)]
switch to 32bit done, changed load address, and fixed the partial code
move bug due to unaligned end label
John Tsiombikas [Mon, 4 Jul 2022 05:43:18 +0000 (08:43 +0300)]
test: dropping to 32bit protected mode
John Tsiombikas [Sat, 5 Jun 2021 06:06:00 +0000 (09:06 +0300)]
initial commit