fix rb file i.to_s and code style

pull/195/head
jameszow 8 months ago
parent 56ced1a575
commit 89ca6cc5f6

@ -637,7 +637,7 @@ def kernel_map_binary
mapping_descriptors.each do |i|
print 'Generating'.rjust(12).green.bold
print ' '
puts i.to_s
puts i
TRANSLATION_TABLES.map_at(i.virt_region, i.phys_region, i.attributes)
end
@ -2444,7 +2444,7 @@ diff -uNr 14_virtual_mem_part2_mmio_remap/tools/translation_table_tool/generic.r
+ mapping_descriptors.each do |i|
+ print 'Generating'.rjust(12).green.bold
+ print ' '
+ puts i.to_s
+ puts i
+
+ TRANSLATION_TABLES.map_at(i.virt_region, i.phys_region, i.attributes)
+ end

@ -151,7 +151,7 @@ def kernel_map_binary
mapping_descriptors.each do |i|
print 'Generating'.rjust(12).green.bold
print ' '
puts i.to_s
puts i
TRANSLATION_TABLES.map_at(i.virt_region, i.phys_region, i.attributes)
end

@ -151,7 +151,7 @@ def kernel_map_binary
mapping_descriptors.each do |i|
print 'Generating'.rjust(12).green.bold
print ' '
puts i.to_s
puts i
TRANSLATION_TABLES.map_at(i.virt_region, i.phys_region, i.attributes)
end

@ -151,7 +151,7 @@ def kernel_map_binary
mapping_descriptors.each do |i|
print 'Generating'.rjust(12).green.bold
print ' '
puts i.to_s
puts i
TRANSLATION_TABLES.map_at(i.virt_region, i.phys_region, i.attributes)
end

@ -161,7 +161,7 @@ def kernel_map_binary
mapping_descriptors.each do |i|
print 'Generating'.rjust(12).green.bold
print ' '
puts i.to_s
puts i
TRANSLATION_TABLES.map_at(i.virt_region, i.phys_region, i.attributes)
end

@ -161,7 +161,7 @@ def kernel_map_binary
mapping_descriptors.each do |i|
print 'Generating'.rjust(12).green.bold
print ' '
puts i.to_s
puts i
TRANSLATION_TABLES.map_at(i.virt_region, i.phys_region, i.attributes)
end

@ -161,7 +161,7 @@ def kernel_map_binary
mapping_descriptors.each do |i|
print 'Generating'.rjust(12).green.bold
print ' '
puts i.to_s
puts i
TRANSLATION_TABLES.map_at(i.virt_region, i.phys_region, i.attributes)
end

Loading…
Cancel
Save