Basic virtual boot support(no actual boot protocol though) #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "6f6626/kolibrios64:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Quick and dirty impl(map_region_lessthan2mb would probably be a good idea,though would we really need it? all we need is map the kernel and a small part of bootloader)
i did test the changes and it boots in qemu(can't test on real hardware because i don't have any with a serial port)
might as well make a pull request now before i start working on the memory map passing stuff
maybe we should disable paging instead idk
registers used may be changed at request(probably to eliminate REX.R, so rax,rbx,rcx,etc...)
kind of WIP
View command line instructions.
Checkout
From your project repository, check out a new branch and test the changes.