Ganapathi K

Results 11 comments of Ganapathi K

thank you mr.gognl for reverting back, **On note**: am new to this vmbr concept, exploring more into this & initially trying to implement the subvirt/bluepill but confused and stuck so...

Hello mr.gognl, So i somehow figured out creating a "Windows legacy BIOS" setup, in different approach by selecting the "win10.vhd" file during the creation process in VirtualBox and ensuring that...

So, with my low level understanding and with some help i figure out something but i dunno whether am right or worng: i Changed the code as mentioned: ` #include...

Hello @gognl, I have done all I could to solve the issue, but I am receiving errors. I tried yours too, but the error persists ![22](https://github.com/gognl/VMBR/assets/83700543/d31fe460-9527-4b57-a89e-29f7def95e75) Ideally, if possible, Can...

Alright guess am getting the same, 1. While running make ![image](https://github.com/gognl/VMBR/assets/83700543/24ad2012-160b-427c-a7eb-4417d2fb2927) 2. While running make win ![image](https://github.com/gognl/VMBR/assets/83700543/1f8f95ff-9a43-4ce1-b0a9-eea3cc906e44) serial.c code: ` #include #include #include void read_first_sector(byte_t drive){ dap_t *dap_ptr = (dap_t*)DAP_ADDRESS;...

i already provided above!!! so actually i added `LOG_DEBUG("Return code: %x\n", (byte_t)DRIVE_IDX_ADDRESS); // first Existing line` and `LOG_DEBUG("%x", (qword_t)(byte_t)(0x400+0x41)); // Added line to print the status` and then run `make`...

hey @gognl , actually smal misinterpretation, so are you saying that after adding those 2 `LOG_DEBUG` in `serial.c` >> do i need to run the `serial.c` or entire Makefile(`make` or...

Yes mr. @gognl, already did that after making changes running `make` as you mentioned:: - In order to see the return code, add the line `LOG_DEBUG("Return code: %x\n", *(byte_t*)DRIVE_IDX_ADDRESS);` between...

Hey @gognl i tried update the qemu and still getting the same and i just wanted to know; is the `qemu` that mentioned is **custom qemu** or not??