Kanu 0.00000000001 Test request

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
os.hacker64
Member
Member
Posts: 149
Joined: Mon Feb 11, 2008 4:43 pm
Location: Limbo City,Afterlife

Kanu 0.00000000001 Test request

Post by os.hacker64 »

Yeah, my OS hasn't really gone past kprint and "enabling long mode" I'm working on paging now but I'd like to make sure this works before going any further. It's a binary file that is the kernel that can be booted by any multiboot compliant loader. So here it is:

NOTE Rename it to kanu the txt extension was just so that I could attach it without an Illegal extension message.
Attachments
kanu.txt
(395 Bytes) Downloaded 110 times
User avatar
os.hacker64
Member
Member
Posts: 149
Joined: Mon Feb 11, 2008 4:43 pm
Location: Limbo City,Afterlife

Post by os.hacker64 »

what I did was add an entry int my menu.lst for my kernel. Set it up however you please.
User avatar
os.hacker64
Member
Member
Posts: 149
Joined: Mon Feb 11, 2008 4:43 pm
Location: Limbo City,Afterlife

Post by os.hacker64 »

I'll be making a floppy image soon
Kanu Operating System
Working on:Paging and Multitasking

BURN /\/\1(40$0|=7
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

Wow, that's great work! Are you, by chance, that guy who's moving towards streamlining cross-platform functionalities and to target granular platforms?
My OS is Perception.
User avatar
os.hacker64
Member
Member
Posts: 149
Joined: Mon Feb 11, 2008 4:43 pm
Location: Limbo City,Afterlife

Post by os.hacker64 »

No, not yet at least. I'm surprised I even got this far. :D It looks like I CAN do Osdev and asm is the way to go. :D
Kanu Operating System
Working on:Paging and Multitasking

BURN /\/\1(40$0|=7
User avatar
Zenith
Member
Member
Posts: 224
Joined: Tue Apr 10, 2007 4:42 pm

Post by Zenith »

Sorry to burst your bubble, but it doesn't work for me.

GRUB 0.96 gives "Error 13: Invalid or unsupported executable format".

At 395 bytes, it seems pretty small to be anything but a flat binary... Are you sure you compiled/linked this properly?
Wow, that's great work! Are you, by chance, that guy who's moving towards streamlining cross-platform functionalities and to target granular platforms?
I think he was being sarcastic... (I may be wrong).
Because your OS sounds like it has nothing worthwhile to be tested yet (we really don't know what direction it'll take).
"Sufficiently advanced stupidity is indistinguishable from malice."
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

If thats not sarcasm, then I don't know what it.

Wooo, you got it to boot.....Holy Cow :!:

Geez..

-gey el (phonetic spelling)
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
os.hacker64
Member
Member
Posts: 149
Joined: Mon Feb 11, 2008 4:43 pm
Location: Limbo City,Afterlife

Post by os.hacker64 »

karekare0 wrote:Sorry to burst your bubble, but it doesn't work for me.

GRUB 0.96 gives "Error 13: Invalid or unsupported executable format".

At 395 bytes, it seems pretty small to be anything but a flat binary... Are you sure you compiled/linked this properly?
Wow, that's great work! Are you, by chance, that guy who's moving towards streamlining cross-platform functionalities and to target granular platforms?
I think he was being sarcastic... (I may be wrong).
Because your OS sounds like it has nothing worthwhile to be tested yet (we really don't know what direction it'll take).
Thats why I said 0.000000000001, meaning nothing but crap done yet.
It is a flat binary written with Fasm.
Kanu Operating System
Working on:Paging and Multitasking

BURN /\/\1(40$0|=7
User avatar
os.hacker64
Member
Member
Posts: 149
Joined: Mon Feb 11, 2008 4:43 pm
Location: Limbo City,Afterlife

Post by os.hacker64 »

I switched to C to increase portablility. :D
Kanu Operating System
Working on:Paging and Multitasking

BURN /\/\1(40$0|=7
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

os.hacker64 wrote:It looks like I CAN do Osdev and asm is the way to go.
os.hacker64 wrote:I switched to C to increase portablility.
God, all yer switches... :lol: Did you manage your OS to boot properly by "switching" to C?

Any-who, good luck.

Regards
inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
os.hacker64
Member
Member
Posts: 149
Joined: Mon Feb 11, 2008 4:43 pm
Location: Limbo City,Afterlife

Post by os.hacker64 »

I didn't switch to C. I suck at C :oops:
Kanu Operating System
Working on:Paging and Multitasking

BURN /\/\1(40$0|=7
Post Reply