Talk:Higher Half x86 Bare Bones (Backup): Difference between revisions

Content deleted Content added
→‎Disputing: new section
Talk pages grow downwards, like stacks
 
(10 intermediate revisions by 5 users not shown)
Line 1:
== Where? ==
 
Where did this C kernel tutorial which I am seeing missing in several pages go to?
--[[User:Frank|Frank]] 22:20, 1 July 2007 (CDT)
Line 17 ⟶ 19:
 
[[User:Glauxosdever|Glauxosdever]] 13:55, 3 June 2016 (CDT)
 
== NASM style is conflicting with the original Bare Bones tutorial ==
 
This 'tutorial' references the [[Bare Bones]] section, but is not compatible because it is using NASM style assembly, while the original Bare Bones is using GAS/AT&T style assembly. I propose that the assembly code on this page is rewritten to be compatible with the original Bare Bones tutorial. Of course, there are a few issues with the code that need to be fixed first (see above).
 
[[User:Basdp|Basdp]] 04:12, 25 August 2016 (CDT)
 
 
There is a new tutorial being prepared in order to replace this.
 
[[User:Glauxosdever|Glauxosdever]] 05:08, 25 August 2016 (CDT)
 
== Video memory offset ==
 
Using kernel.c from the [[Bare Bones]] tutorial will fault when it reaches the terminal_writestring() call because the tutorial's terminal driver does not account for the higher-half offset. I added a small point to the end of the tutorial to accommodate this. [[User:Sigtau|Sigtau]] 00:50, 2 October 2016 (CDT)
 
== NASM Higher Half Bare Bones ==
 
The NASM Code here could (with updates, if needed/wanted) be linked in the normal HH Bare bones page like the NASM version of the Bare Bones assembly code.
--[[User:Electrodeyt|Electrodeyt]] 15:17, 26 December 2018 (CST)
Return to "Higher Half x86 Bare Bones (Backup)" page.