summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/image/com32.c
Commit message (Expand)AuthorAgeFilesLines
* [image] Use image name rather than pointer value in all debug messagesMichael Brown2025-05-261-20/+18Star
* [comboot] Use memmap_describe() to obtain available memoryMichael Brown2025-05-161-15/+5Star
* [build] Constrain PHYS_CODE() and REAL_CODE() to use i386 registersMichael Brown2025-05-081-6/+6
* [comboot] Remove userptr_t from COMBOOT image parsingMichael Brown2025-04-281-10/+6Star
* [uaccess] Replace real_to_user() with real_to_virt()Michael Brown2025-04-211-1/+1
* [uaccess] Remove user_to_phys() and phys_to_user()Michael Brown2025-04-211-1/+1
* [uaccess] Remove redundant memcpy_user() and related string functionsMichael Brown2025-04-211-1/+1
* [comboot] Fix stack pointer retrieval after COM32 binary returnsDentcho Ludmilov Bankov2020-07-271-1/+1
* [comboot] Support COMBOOT in 64-bit buildsMichael Brown2016-04-151-0/+304