pritamzope / OS

Writing & Making Operating System and Kernel parts so simple like Hello World Programs, Starting from writing Bootloaders, Hello World Kernel, GDT, IDT, Terminal, Keyboard/Mouse, Memory Manager, HDD ATA R/W, VGA/VESA Graphics
http://createyourownos.blogspot.com
663 stars 103 forks source link

Run in 64-bit long mode #27

Open JoverZhang opened 2 years ago

JoverZhang commented 2 years ago

Thank you for your project. Which has provided me with great help.

But, Have you thought about implementing an operating system that runs in 64-bit (long mode)? Maybe it can be more modern. Contains SMP, process management, and VFS.

This will be very interesting.

sasdallas commented 1 year ago

This would be pretty cool to see - just not sure if we could do it with multiboot? VFS and process management are well documented things and could be added without it.