BarinkOS/scripts
Nigel 50bf952a49 Basic idea's are created for the storage solution
- Added boot device info parsing to the kernel
- Added a pointer in the kernel to our pre-kernel BootInfo structure
- Created a layout for the FAT driver
- Created a layout for the virtual filesystem
- Separated IDE driver from the basic atapio driver.
	This will ensure we are not using one or the other
- The create_harddrive shell script will now actually build a harddrive image of
	the kernel
- The virtual filesystem initializes and creates a filesystem structure
	for every FAT16 partition in the master boot record
2023-02-21 21:43:14 +01:00
..
dev-setup Adding dev-scripts (Without much content) .. this can later help setting up the projects on other pc's. 2022-09-01 16:15:24 +02:00
hooks Created a few shell scripts to update and create an build of the Kernel/Operating System. 2023-02-20 01:03:46 +01:00
build.py Created a few shell scripts to update and create an build of the Kernel/Operating System. 2023-02-20 01:03:46 +01:00
create_harddrive.sh Basic idea's are created for the storage solution 2023-02-21 21:43:14 +01:00
create_iso.sh Created a few shell scripts to update and create an build of the Kernel/Operating System. 2023-02-20 01:03:46 +01:00
create_symbol_lookup.sh Created a few shell scripts to update and create an build of the Kernel/Operating System. 2023-02-20 01:03:46 +01:00
run_qemu.sh Created a few shell scripts to update and create an build of the Kernel/Operating System. 2023-02-20 01:03:46 +01:00
run_virtualbox.sh Created a few shell scripts to update and create an build of the Kernel/Operating System. 2023-02-20 01:03:46 +01:00
update_harddrive.sh Started fleshing out the storage API 2023-02-21 14:36:20 +01:00