Help with pascal os...

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
OxygenOS
Posts: 1
Joined: Sun Oct 23, 2011 7:04 am

Help with pascal os...

Post by OxygenOS »

I'm beginner in os dev,i have learned asm, but i want to make my os in pascal.
I'm folowing this tutorial "http://wiki.osdev.org/Pascal_Bare_Bones" but how can i boot this kernel
with wich bootloader.
Sorry for my bad English.
User avatar
xenos
Member
Member
Posts: 1121
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
Contact:

Re: Help with pascal os...

Post by xenos »

The instructions are for a multiboot kernel which can be booted, for example, with GRUB. Maybe the instructions shown at Bare bones#Booting the kernel could help you.
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
User avatar
Nessphoro
Member
Member
Posts: 308
Joined: Sat Apr 30, 2011 12:50 am

Re: Help with pascal os...

Post by Nessphoro »

OxygenOS wrote:Sorry for my bad English.
Please, don't use this in your posts.
Its considered highly unprofessional and is disliked in the community.

Anyhow welcome to OSDev
Post Reply