What can I do

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
crazygray1
Member
Member
Posts: 168
Joined: Thu Nov 22, 2007 7:18 pm
Location: USA,Hawaii,Honolulu(Seriously)

What can I do

Post by crazygray1 »

Can I have the kernal just load and execute the kernal and have the kernal setup the GDT,enable A20,etc.?
Codname: Cipher
Working On: Design Doc(CFFS file system)
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Post by neon »

Can I have the kernal just load and execute the kernal
....Assuming you mean the bootloader load and execute the kernel, then yes.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
User avatar
crazygray1
Member
Member
Posts: 168
Joined: Thu Nov 22, 2007 7:18 pm
Location: USA,Hawaii,Honolulu(Seriously)

Post by crazygray1 »

Yes I ment bootloader :D
Codname: Cipher
Working On: Design Doc(CFFS file system)
Post Reply