Pascal: Difference between revisions

Jump to navigation Jump to search
fix erroneous qword info in multiboot.pas
[unchecked revision][unchecked revision]
(Added section about tools, added used tools for example)
(fix erroneous qword info in multiboot.pas)
Line 416:
multiboot_info_t = packed record
flags: DWORD;
mem_lower: DWORD; { Amount of memory available below 1mb }
{The two variables below *can* be declared as a single qword variable, if your compiler supports qwords.}
mem_lowermem_upper: DWORD; { Amount of memory available above 1mb }
mem_upper: DWORD;
boot_device: DWORD;
cmdline: DWORD;
Line 439 ⟶ 438:
memory_map_t = packed record
size: DWORD;
{Again, youYou can declare these two as a single qword. if your compiler supports it }
base_addr_low: DWORD;
base_addr_high: DWORD;
{And onceAnd again, these can be made into one qword variable. }
length_low: DWORD;
length_high: DWORD;
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu