#looking for someone to make a ntfs or ext file system for my os

49 messages ยท Page 1 of 1 (latest)

night summit
#

Love the energy and the passion ๐Ÿ˜ I hope you'll succeed someday

bitter flare
#

I can't find anywhere what is the goal of the os

night summit
#

in my opinion a os for microcontrollers would be more insteresting

runic kayak
#

i realised theres a bunch of oss that can boot just rom a usb and i want that

#

or some atleast

runic kayak
dapper quarry
runic kayak
#

Thandk

#

Thanks

dapper quarry
runic kayak
#

dang my grammar

#

or spelling

dapper quarry
#

Here you set your partitions, and once you create a main partition, you can have it store data in a certain filesystem

runic kayak
#

im going to make 64 bit commodor os

#

call eclipse-os

#

and rip the linux sudo apt thing

#

apt install

#

whatever

dapper quarry
#

fat32 is the easiest to start with yeah

#

But implementing MBR/GPT is also important if you want other OS to see the partitions of your disk

runic kayak
vague dagger
#

if it supports linux programs ill use it

runic kayak
#

i still dont have it done

#

i still am working on the express editor and the language'

#

i do plan on adding bin support and stuff

rotund mauve
#

do you have an atapi or hbard disk driver? i cant seem to find one in your repo

hybrid zodiac
#

yea, i'd recommene writing a disk driver first
then do a ustar/tar implementation (read-only), it's a dead simple format but very useful once you have kernel modules or other early boot stuff that needs to load before a full fat fs is operational

#

and then either fat32 or ext

raven fox
#

file structure when

#

it will be simplified unix for modern systems including micro controllers

#

but it will be full fledged too

#

i have an arduino uno board to test it on

#

im also focusing on making it work on RISC-V

#

and squeeze out all the performance out of it

#

many people making an OS

snow jay
#

might want to have slightly more robust allocation and console before moving on to other stuff

#

your page frame allocator can't deallocate pages right now which means that you'll eventually run out of memory if you spawn tasks

#

and you're still using the vga text buffer

#

you're also still using hte legacy PIC

#

probably find a x2apic implementation somehwere